Skip to content

Commit

Permalink
Remove DefaultWidgetSeeder (#14006)
Browse files Browse the repository at this point in the history
* Remove DefaultWidgetSeeder

* Fix style
  • Loading branch information
murrant committed Jun 4, 2022
1 parent 6761d37 commit 2f4c7ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
18 changes: 0 additions & 18 deletions database/seeders/DefaultWidgetSeeder.php

This file was deleted.

4 changes: 0 additions & 4 deletions includes/sql-schema/update.php
Expand Up @@ -24,9 +24,6 @@
* @copyright 2017-2018 Tony Murray
* @author Tony Murray <murraytony@gmail.com>
*/

use Database\Seeders\DefaultWidgetSeeder;

if (! isset($init_modules) && php_sapi_name() == 'cli') {
// Not called from within discovery, let's load up the necessary stuff.
$init_modules = [];
Expand Down Expand Up @@ -98,7 +95,6 @@
}

if ($db_rev == 1000) {
Artisan::call('db:seed', ['--force' => true, '--ansi' => true, '--class' => DefaultWidgetSeeder::class]);
$return = Artisan::call('migrate', $migrate_opts);
echo Artisan::output();
}
Expand Down

0 comments on commit 2f4c7ce

Please sign in to comment.