mirror of
https://github.com/ivuorinen/branch-usage-checker.git
synced 2026-02-13 11:48:08 +00:00
chore(deps): Dependency update, codestyle fixes
This commit is contained in:
@@ -13,7 +13,7 @@ trait CreatesApplication
|
||||
*/
|
||||
public function createApplication()
|
||||
{
|
||||
$app = require __DIR__.'/../bootstrap/app.php';
|
||||
$app = require __DIR__ . '/../bootstrap/app.php';
|
||||
|
||||
$app->make(Kernel::class)->bootstrap();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user