Completed
Push — dev ( 4e6f9a...6e9c7d )
by Yan
04:26 queued 02:24
created
src/Lincable/Eloquent/Lincable.php 1 patch
Switch Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -142,6 +142,4 @@
 block discarded – undo
142 142
         });
143 143
 
144 144
         // Re-set the original fillables.
145
-        $this->fillable($originalFillables);
146
-    }
147
-}
145
+        $this->fillable($originalFillables
148 146
\ No newline at end of file
Please login to merge, or discard this patch.
src/Lincable/Providers/MediaManagerServiceProvider.php 1 patch
Switch Indentation   +1 added lines, -13 removed lines patch added patch discarded remove patch
@@ -50,16 +50,4 @@
 block discarded – undo
50 50
 =======
51 51
         
52 52
 >>>>>>> 4c8a26f5a973bebf5b69c343119e2161a489f17b
53
-        $this->app['events']->subscribe($this->app['config']['lincable.upload_subscriber']);
54
-    }
55
-
56
-    /**
57
-     * Get the services provided by the provider.
58
-     *
59
-     * @return array
60
-     */
61
-    public function provides()
62
-    {
63
-        return [MediaManager::class];
64
-    }
65
-}
53
+        $this->app['events']->subscribe($this->app
66 54
\ No newline at end of file
Please login to merge, or discard this patch.
config/lincable.php 1 patch
Switch Indentation   -9 removed lines patch added patch discarded remove patch
@@ -116,12 +116,3 @@
 block discarded – undo
116 116
             \Lincable\Formatters\MonthFormatter::class,
117 117
             \Lincable\Formatters\RandomFormatter::class,
118 118
 <<<<<<< HEAD
119
-            \Lincable\Formatters\TimestampsFormatter::class,
120
-        ],
121
-    ],
122
-=======
123
-            \Lincable\Formatters\TimestampsFormatter::class
124
-        ]
125
-    ]
126
->>>>>>> 4c8a26f5a973bebf5b69c343119e2161a489f17b
127
-];
Please login to merge, or discard this patch.