Passed
Push — dev ( 6b1ce9...6175a2 )
by Yan
05:04
created
src/Lincable/Eloquent/CloneLinks.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
      */
33 33
     protected static function bootCloneLinks() 
34 34
     {
35
-        static::created(function ($model) {
35
+        static::created(function($model) {
36 36
             static::copyCloneMedia($model);
37 37
         });
38 38
     }
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
     {
48 48
         if ($model->isClone()) {
49 49
             \Event::fakeFor(
50
-                function () use ($model) {
50
+                function() use ($model) {
51 51
                     static::getMediaManager()->copy(
52 52
                         $model->getSourceModel(), 
53 53
                         $model,
Please login to merge, or discard this patch.