|
@@ -112,7 +112,7 @@ |
|
|
block discarded – undo |
|
112
|
112
|
/** @return array<class-string<\Hyde\Framework\Features\BuildTasks\PreBuildTask>|class-string<\Hyde\Framework\Features\BuildTasks\PostBuildTask>> */ |
|
113
|
113
|
protected function findTasksInAppDirectory(): array |
|
114
|
114
|
{ |
|
115
|
|
- return Filesystem::smartGlob('app/Actions/*BuildTask.php')->map(function (string $file): string { |
|
|
115
|
+ return Filesystem::smartGlob('app/Actions/*BuildTask.php')->map(function(string $file): string { |
|
116
|
116
|
return static::pathToClassName($file); |
|
117
|
117
|
})->toArray(); |
|
118
|
118
|
} |
Please login to merge, or discard this patch.