mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-08-07 07:16:13 +00:00
Add type hints for Laravel 10
This commit is contained in:
@@ -55,7 +55,7 @@ class SettingsSeeder extends Seeder
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function run()
|
||||
public function run(): void
|
||||
{
|
||||
// Groups
|
||||
if (! $setting_group = SettingGroup::find(1)) {
|
||||
|
||||
Reference in New Issue
Block a user