We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef50333 commit d2ea9d3Copy full SHA for d2ea9d3
1 file changed
src/Commands/Setup.php
@@ -244,12 +244,6 @@ private function setAutoloadHelpers(): void
244
$path = $this->distPath . $file;
245
$cleanPath = clean_path($path);
246
247
- if (! is_file($path)) {
248
- $this->error(" Not found file '{$cleanPath}'.");
249
-
250
- return;
251
- }
252
253
$config = new AutoloadConfig();
254
$helpers = $config->helpers;
255
$newHelpers = array_unique(array_merge($helpers, ['auth', 'setting']));
0 commit comments