@@ -44,8 +44,8 @@ |
||
44 | 44 | $this->mergeConfigFrom(__DIR__.'/../config/responsive-gallery.php', 'responsive-gallery'); |
45 | 45 | |
46 | 46 | $this->app->bind('gallery-index', function(){ |
47 | - return new ResponsiveGalleryFactory(); |
|
48 | - }); |
|
47 | + return new ResponsiveGalleryFactory(); |
|
48 | + }); |
|
49 | 49 | |
50 | 50 | |
51 | 51 | } |
@@ -15,7 +15,7 @@ |
||
15 | 15 | |
16 | 16 | |
17 | 17 | |
18 | - /* public $guarded = []; |
|
18 | + /* public $guarded = []; |
|
19 | 19 | |
20 | 20 | public $casts = [ |
21 | 21 | 'serialized_event' => 'array', |