11 lines
154 B
PHP
11 lines
154 B
PHP
<?php
|
|
|
|
return [
|
|
/*
|
|
* The default path in the resources/views folder to use.
|
|
*/
|
|
"defaultPath" => "admin",
|
|
|
|
"mobilePath" => "app",
|
|
];
|