mirror of
https://github.com/crivion/laranode.git
synced 2026-06-06 22:34:22 +08:00
change path to base_path() for testing
This commit is contained in:
@@ -20,7 +20,7 @@ class FilemanagerController extends Controller
|
||||
{
|
||||
|
||||
// @todo: here we'll get the actual user path from db
|
||||
$path = '/Users/crivion/Sites/laranode-inertia';
|
||||
$path = base_path();
|
||||
$goBack = false;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user