Skip to content

Commit

Permalink
fixup! createApplication
Browse files Browse the repository at this point in the history
  • Loading branch information
thor committed Oct 4, 2023
1 parent 350ba34 commit c248681
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/CreatesApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
namespace Tests;

use Illuminate\Contracts\Console\Kernel;
use Illuminate\Foundation\Application;

trait CreatesApplication
{
/**
* Creates the application.
*
* @return \Illuminate\Foundation\Application
*/
public function createApplication()
public function createApplication(): Application
{
$app = require __DIR__ . '/../bootstrap/app.php';

Expand Down

0 comments on commit c248681

Please sign in to comment.