mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-09-04 04:35:33 +01:00
Fix CS issues
This commit is contained in:
parent
5eedcbb99e
commit
2f71ff8bda
5 changed files with 8 additions and 7 deletions
|
@ -6,8 +6,7 @@ use Symfony\Component\Console\Application;
|
|||
|
||||
if (file_exists(__DIR__.'/../vendor/autoload.php')) {
|
||||
require_once __DIR__.'/../vendor/autoload.php';
|
||||
}
|
||||
elseif (file_exists(__DIR__.'/../../../autoload.php')) {
|
||||
} elseif (file_exists(__DIR__.'/../../../autoload.php')) {
|
||||
require_once __DIR__.'/../../../autoload.php';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue