mirror of
https://github.com/ivuorinen/branch-usage-checker.git
synced 2026-02-05 07:44:08 +00:00
chore(deps): Dependency update, codestyle fixes
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Application bootstrap
|
||||
*/
|
||||
|
||||
/**
|
||||
* Create The Application
|
||||
*
|
||||
@@ -8,7 +12,7 @@
|
||||
* the IoC container for the system binding all of the various parts.
|
||||
*/
|
||||
$app = new LaravelZero\Framework\Application(
|
||||
dirname( __DIR__ )
|
||||
dirname(__DIR__)
|
||||
);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user