Skip to content

Commit

Permalink
remove build task
Browse files Browse the repository at this point in the history
  • Loading branch information
jturbide committed Feb 24, 2024
1 parent 5dfc1d9 commit 667d85b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Bootstrap/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -1382,7 +1382,6 @@ public function __construct(array $data = [], bool $insensitive = false)
// Console (CLI)
'cli' => [
'components' => [
Cli\Tasks\BuildTask::class => ['*'],
Cli\Tasks\CacheTask::class => ['*'],
Cli\Tasks\CronTask::class => ['*'],
Cli\Tasks\ErrorTask::class => ['*'],
Expand Down

0 comments on commit 667d85b

Please sign in to comment.