mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
New and old code.
This commit is contained in:
14
app/Models/Account.php
Normal file
14
app/Models/Account.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php namespace FireflyIII\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
/**
|
||||
* Class Account
|
||||
*
|
||||
* @package FireflyIII\Models
|
||||
*/
|
||||
class Account extends Model {
|
||||
|
||||
//
|
||||
|
||||
}
|
Reference in New Issue
Block a user