mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-18 20:38:57 +00:00
Replaced Ardent with another package.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace FireflyIII\Database\Ifaces;
|
||||
|
||||
use Illuminate\Support\Collection;
|
||||
use LaravelBook\Ardent\Ardent;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
@@ -18,7 +18,7 @@ interface CommonDatabaseCalls
|
||||
*
|
||||
* @param int $id
|
||||
*
|
||||
* @return Ardent
|
||||
* @return \Eloquent
|
||||
*/
|
||||
public function find($id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user