change path to base_path() for testing

This commit is contained in:
Alex
2025-02-02 12:47:40 +02:00
parent 76c53b4922
commit d5edb4ce1d

View File

@@ -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;