diff --git a/bootstrap/Bootstrap.php b/bootstrap/Bootstrap.php index 5f3f4f0..70c187f 100644 --- a/bootstrap/Bootstrap.php +++ b/bootstrap/Bootstrap.php @@ -14,6 +14,6 @@ class Bootstrap implements BootstrapInterface */ public function bootstrap($app) { - sleep(2); // Surprise :) +// sleep(2); // Surprise :) } }