mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
Fix various phpstan issues.
This commit is contained in:
@@ -33,7 +33,7 @@ class DatabaseSeeder extends Seeder
|
||||
/**
|
||||
* Run the database seeds.
|
||||
*/
|
||||
public function run()
|
||||
public function run(): void
|
||||
{
|
||||
$this->call(AccountTypeSeeder::class);
|
||||
$this->call(TransactionCurrencySeeder::class);
|
||||
|
||||
Reference in New Issue
Block a user