mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 20:20:34 +09:00
Add type hints for Laravel 10
This commit is contained in:
@@ -33,7 +33,7 @@ class UpdateApps implements ShouldQueue, ShouldBeUnique
|
||||
* @return void
|
||||
* @throws GuzzleException
|
||||
*/
|
||||
public function handle()
|
||||
public function handle(): void
|
||||
{
|
||||
Log::debug('Update of all apps triggered!');
|
||||
$apps = Application::all('appid')->toArray();
|
||||
|
||||
Reference in New Issue
Block a user