8 lines
70 B
PHP
8 lines
70 B
PHP
<?php
|
|
|
|
return [
|
|
'models_paths' => [
|
|
app_path(),
|
|
],
|
|
];
|