Completed
Push — master ( 6c35a3...19fbcd )
by Joao
03:46
created
src/messagingServiceProvider.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
     public function boot()
15 15
     {
16 16
         // Publish our routes
17
-		require __DIR__ . '/routes.php';
17
+        require __DIR__ . '/routes.php';
18 18
 
19 19
         // Publish our views
20 20
         $this->loadViewsFrom(base_path("resources/views"), 'messaging');
Please login to merge, or discard this patch.