mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-30 12:43:57 -06:00
9 lines
158 B
PHP
9 lines
158 B
PHP
<?php
|
|
|
|
League\FactoryMuffin\Facade::define(
|
|
'Budget', [
|
|
'name' => 'word',
|
|
'user_id' => 'factory|User'
|
|
]
|
|
);
|