mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Cleaned up some todo entries [skip ci]
This commit is contained in:
@@ -28,7 +28,6 @@ class Transaction implements CUDInterface, CommonDatabaseCallsInterface
|
||||
*/
|
||||
public function destroy(Eloquent $model)
|
||||
{
|
||||
// TODO: Implement destroy() method.
|
||||
throw new NotImplementedException;
|
||||
}
|
||||
|
||||
@@ -68,7 +67,6 @@ class Transaction implements CUDInterface, CommonDatabaseCallsInterface
|
||||
*/
|
||||
public function update(Eloquent $model, array $data)
|
||||
{
|
||||
// TODO: Implement update() method.
|
||||
throw new NotImplementedException;
|
||||
}
|
||||
|
||||
@@ -103,7 +101,6 @@ class Transaction implements CUDInterface, CommonDatabaseCallsInterface
|
||||
*/
|
||||
public function find($objectId)
|
||||
{
|
||||
// TODO: Implement find() method.
|
||||
throw new NotImplementedException;
|
||||
}
|
||||
|
||||
@@ -117,7 +114,6 @@ class Transaction implements CUDInterface, CommonDatabaseCallsInterface
|
||||
*/
|
||||
public function findByWhat($what)
|
||||
{
|
||||
// TODO: Implement findByWhat() method.
|
||||
throw new NotImplementedException;
|
||||
}
|
||||
|
||||
@@ -129,7 +125,6 @@ class Transaction implements CUDInterface, CommonDatabaseCallsInterface
|
||||
*/
|
||||
public function get()
|
||||
{
|
||||
// TODO: Implement get() method.
|
||||
throw new NotImplementedException;
|
||||
}
|
||||
|
||||
@@ -141,7 +136,6 @@ class Transaction implements CUDInterface, CommonDatabaseCallsInterface
|
||||
*/
|
||||
public function getByIds(array $ids)
|
||||
{
|
||||
// TODO: Implement getByIds() method.
|
||||
throw new NotImplementedException;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user