Fixed detector.php
This commit is contained in:
parent
e8d44d7852
commit
730e77b0e0
|
@ -1,6 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
/*
|
||||||
|
* The default path in the resources/views folder to use.
|
||||||
|
*/
|
||||||
"defaultPath" => "admin",
|
"defaultPath" => "admin",
|
||||||
|
|
||||||
"mobilePath" => "app",
|
"mobilePath" => "app",
|
||||||
|
|
Loading…
Reference in New Issue