From 5448ed357b04f9b735936caa859645e8415ec900 Mon Sep 17 00:00:00 2001 From: SilverFire - Dmitry Naumenko Date: Sun, 18 Jun 2017 15:37:42 +0300 Subject: [PATCH] Sleep fixed --- bootstrap/Bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 :) } }