diff --git a/app/start/global.php b/app/start/global.php index 339ef4b3..7697a6be 100644 --- a/app/start/global.php +++ b/app/start/global.php @@ -80,4 +80,4 @@ App::down(function() | */ -require __DIR__.'/../filters.php'; \ No newline at end of file +require app_path().'/filters.php'; \ No newline at end of file