Completed
Push — master ( 433f7f...7d2468 )
by Nur
15:16 queued 05:12
created
src/MasterServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 {
12 12
     public function register()
13 13
     {
14
-        $this->app->bind('master', function () {
14
+        $this->app->bind('master', function() {
15 15
             return new MasterService();
16 16
         });
17 17
 
Please login to merge, or discard this patch.