Improve installer middleware for Sandstorm.

This commit is contained in:
James Cole
2019-03-17 09:06:45 +01:00
parent ca67d98676
commit 07d39a23a8
3 changed files with 100 additions and 31 deletions

View File

@@ -32,7 +32,7 @@ class ConfigSeeder extends Seeder
/**
* Run the database seeds.
*/
public function run()
public function run(): void
{
$entry = Configuration::where('name', 'db_version')->first();
if (null === $entry) {