mirror of
https://github.com/koel/koel
synced 2024-11-28 06:50:27 +00:00
fix: remove createApplication return type
This commit is contained in:
parent
3fbf14efd2
commit
59bb1a585c
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue