diff --git a/public/index.php b/public/index.php index cf49bae..947d989 100644 --- a/public/index.php +++ b/public/index.php @@ -6,7 +6,6 @@ // Determine if the application is in maintenance mode... if (file_exists($maintenance = __DIR__.'/../storage/framework/maintenance.php')) { - // @phan-suppress-next-line PhanMissingRequireFile require $maintenance; }