Shift core files

This commit is contained in:
Shift
2023-02-19 16:19:22 +00:00
committed by HolgerHatGarKeineNode
parent 76e1d65dca
commit ed733d1444
7 changed files with 15 additions and 25 deletions

View File

@@ -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';