mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 14:12:15 +00:00
fix phpstan issues.
This commit is contained in:
@@ -66,7 +66,7 @@ if (!function_exists('stringIsEqual')) {
|
||||
}
|
||||
|
||||
$app = new Illuminate\Foundation\Application(
|
||||
realpath(__DIR__ . '/../')
|
||||
(string)realpath(__DIR__ . '/../')
|
||||
);
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user