Expand v2 layout with experimental view.

This commit is contained in:
James Cole
2024-01-07 12:51:42 +01:00
parent 70b60f756b
commit 75a32b2f94
66 changed files with 770 additions and 134 deletions

View File

@@ -63,6 +63,9 @@ use Illuminate\Database\Eloquent\Relations\MorphTo;
* @method static Builder|Location whereUpdatedAt($value)
* @method static Builder|Location whereZoomLevel($value)
*
* @property Collection<int, \FireflyIII\Models\TransactionJournal> $transactionJournals
* @property null|int $transaction_journals_count
*
* @mixin Eloquent
*/
class Location extends Model