Passed
Push — 1.2 ( d64a15...da1865 )
by Quentin
04:39
created
src/Repositories/Behaviors/HandleSlugs.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
 
80 80
         if (!$item && config('translatable.use_property_fallback', false)
81 81
         && config('translatable.fallback_locale') != config('app.locale')) {
82
-            $item = (clone $query)->orWhere(function ($query) {
82
+            $item = (clone $query)->orWhere(function($query) {
83 83
                 return $query->withActiveTranslations(config('translatable.fallback_locale'));
84 84
             })->forFallbackLocaleSlug($slug)->first();
85 85
 
Please login to merge, or discard this patch.