Completed
Push — master ( 2cf066...3e72c5 )
by Nuno
44:06 queued 37:49
created
src/Helpers/SearchableFinder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
     {
76 76
         $appNamespace = $this->app->getNamespace();
77 77
 
78
-        return array_values(array_filter($this->getProjectClasses(), function (string $class) use ($appNamespace) {
78
+        return array_values(array_filter($this->getProjectClasses(), function(string $class) use ($appNamespace) {
79 79
             return Str::startsWith($class, $appNamespace) && $this->isSearchableModel($class);
80 80
         }));
81 81
     }
Please login to merge, or discard this patch.