@@ -137,7 +137,7 @@ |
||
137 | 137 | $this->assertEquals(Config::modify()->get(SlideImage::class, 'image_size_limit'), $default); |
138 | 138 | |
139 | 139 | $new = 1024000; |
140 | - Config::modify()->update(SlideImage::class , 'image_size_limit', $new); |
|
140 | + Config::modify()->update(SlideImage::class, 'image_size_limit', $new); |
|
141 | 141 | $this->assertEquals(Config::modify()->get(SlideImage::class, 'image_size_limit'), $new); |
142 | 142 | } |
143 | 143 | } |
144 | 144 | \ No newline at end of file |