Passed
Push — master ( ef2d88...898186 )
by Arthur
06:43
created
src/Foundation/Providers/TelescopeServiceProvider.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     public function register()
19 19
     {
20 20
         $this->app->register(\Laravel\Telescope\TelescopeServiceProvider::class);
21
-         //Telescope::night();
21
+            //Telescope::night();
22 22
 
23 23
         Telescope::filter(function (IncomingEntry $entry) {
24 24
 
Please login to merge, or discard this patch.