Skip to content

Commit

Permalink
Update CreatesApplication.php
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMikes committed Dec 15, 2022
1 parent e60e6a4 commit 7c666c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Traits/CreatesApplication.php
Expand Up @@ -22,8 +22,8 @@ public function createApplication(): Application
/** @var Application $app */
$app = require __DIR__ . '/../../bootstrap/app.php';

/** @var Kernel $artisan */
$artisan = $app->make(Artisan::class);
assert($artisan instanceof Kernel);

$this->artisan = $artisan;
$this->artisan->bootstrap();
Expand Down

0 comments on commit 7c666c5

Please sign in to comment.