fix: remove createApplication return type

This commit is contained in:
Phan An 2020-06-13 16:09:17 +02:00
parent 3fbf14efd2
commit 59bb1a585c

View file

@ -21,7 +21,7 @@ trait CreatesApplication
*/
protected $baseUrl = 'http://localhost';
public function createApplication(): Application
public function createApplication()
{
/** @var Application $app */
$app = require __DIR__ . '/../../bootstrap/app.php';