From 0fba4a9202e4995ade6a095d29204daa55f9276e Mon Sep 17 00:00:00 2001 From: Tony Messias Date: Sun, 28 Apr 2024 21:02:08 -0300 Subject: [PATCH] Fix Tlint --- bootstrap/app.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bootstrap/app.php b/bootstrap/app.php index 4e84c957..a159fe41 100755 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -11,7 +11,9 @@ | */ -$app = new LaravelZero\Framework\Application( +use LaravelZero\Framework\Application; + +$app = new Application( dirname(__DIR__) );