mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-23 15:03:14 -06:00
9 lines
158 B
PHP
9 lines
158 B
PHP
|
<?php
|
||
|
|
||
|
League\FactoryMuffin\Facade::define(
|
||
|
'Budget', [
|
||
|
'name' => 'word',
|
||
|
'user_id' => 'factory|User'
|
||
|
]
|
||
|
);
|