mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 07:08:19 +00:00
Code clean up [skip ci]
This commit is contained in:
@@ -11,7 +11,6 @@ declare(strict_types = 1);
|
||||
|
||||
namespace FireflyIII\Http\Requests;
|
||||
|
||||
use Auth;
|
||||
use Carbon\Carbon;
|
||||
|
||||
|
||||
@@ -28,7 +27,7 @@ class SplitJournalFormRequest extends Request
|
||||
public function authorize(): bool
|
||||
{
|
||||
// Only allow logged in users
|
||||
return Auth::check();
|
||||
return auth()->check();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user