Test Failed
Push — master ( ea5cec...f93f3b )
by Nuno
02:48 queued 11s
created
src/Helpers/SearchableFinder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
     {
75 75
         $appNamespace = $this->app->getNamespace();
76 76
 
77
-        return array_values(array_filter($this->getProjectClasses($command), function (string $class) use ($appNamespace) {
77
+        return array_values(array_filter($this->getProjectClasses($command), function(string $class) use ($appNamespace) {
78 78
             return Str::startsWith($class, $appNamespace) && $this->isSearchableModel($class);
79 79
         }));
80 80
     }
Please login to merge, or discard this patch.