mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-16 09:51:16 +00:00
Fix final phpstan issue.
This commit is contained in:
@@ -72,7 +72,7 @@ if (!function_exists('stringIsEqual')) {
|
||||
}
|
||||
|
||||
$app = new Application(
|
||||
(string)realpath(__DIR__ . '/../')
|
||||
realpath(__DIR__ . '/../')
|
||||
);
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user