mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 15:18:05 +00:00
Add void to a lot of methods.
This commit is contained in:
@@ -28,7 +28,7 @@ Route::group(
|
||||
'prefix' => '',
|
||||
'as' => 'api.v1.cron.',
|
||||
],
|
||||
static function () {
|
||||
static function (): void {
|
||||
Route::get('{cliToken}', ['uses' => 'CronController@cron', 'as' => 'index']);
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user