Completed
Pull Request — master (#98)
by Sebastian
07:00
created
app/Repositories/ArticleRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     {
28 28
         return Cache::rememberForever(
29 29
             "article.specialArticle.{$specialArticle}",
30
-            function () use ($specialArticle) {
30
+            function() use ($specialArticle) {
31 31
                 return Article::where('technical_name', $specialArticle)->firstOrFail();
32 32
             }
33 33
         );
Please login to merge, or discard this patch.