6 lines
57 B
PHP
6 lines
57 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
'store_path' => public_path("/"),
|
||
|
|
];
|