Skip to content

Commit e678b83

Browse files
authored
Merge pull request #941 from cakephp/4.x-repl
4.x: remove loading repl plugin in bootstrap cli
2 parents f30912a + 2f4ef7a commit e678b83

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Application.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ public function services(ContainerInterface $container): void
124124
*/
125125
protected function bootstrapCli(): void
126126
{
127-
$this->addOptionalPlugin('Cake/Repl');
128127
$this->addOptionalPlugin('Bake');
129128

130129
$this->addPlugin('Migrations');

0 commit comments

Comments
 (0)