There was an error while loading. Please reload this page.
1 parent 2f9386d commit d1b807eCopy full SHA for d1b807e
1 file changed
tests/Console/WebhookJobMakeCommandTest.php
@@ -28,7 +28,7 @@ public function testShouldMakeUrlFromName(): void
28
$application = new ConsoleApplication();
29
$testedCommand = $this->app->make(WebhookJobMakeCommand::class);
30
$testedCommand->setLaravel($this->app);
31
- $application->add($testedCommand);
+ $application->addCommand($testedCommand);
32
33
$command = $application->find('shopify-app:make:webhook');
34
0 commit comments