mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Fixed more of the index.
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| <?php namespace FireflyIII\Models; | ||||
|  | ||||
| use Illuminate\Database\Eloquent\Model; | ||||
|  | ||||
| use Crypt; | ||||
| class TransactionJournal extends Model | ||||
| { | ||||
|  | ||||
| @@ -67,5 +67,10 @@ class TransactionJournal extends Model | ||||
|         return $this->belongsTo('FireflyIII\User'); | ||||
|     } | ||||
|  | ||||
|     public function getDates() | ||||
|     { | ||||
|         return ['created_at', 'updated_at','date']; | ||||
|     } | ||||
|  | ||||
|  | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user