diff --git a/database/seeds/DatabaseSeeder.php b/database/seeds/DatabaseSeeder.php index 16c41e6d7a..8b153e3b7d 100644 --- a/database/seeds/DatabaseSeeder.php +++ b/database/seeds/DatabaseSeeder.php @@ -104,6 +104,7 @@ public function run() $this->call(StateSubdivision::class); $this->call(BaseStateSubdivisionSeeder::class); $this->call(ExtendedStateSubdivisionSeeder::class); + $this->call(StatesSeeder::class); $this->call(TaxByStatesSeeder::class); $this->call(TimezoneSeeder::class); diff --git a/database/seeds/StatesSeeder.php b/database/seeds/StatesSeeder.php index d91ef068f8..b8e27e5d28 100644 --- a/database/seeds/StatesSeeder.php +++ b/database/seeds/StatesSeeder.php @@ -3,7 +3,7 @@ use App\Model\Common\State; use Illuminate\Database\Seeder; -class BaseStateSubdivisionSeeder extends Seeder +class StatesSeeder extends Seeder { /** * Run the database seeds. diff --git a/storage/installed b/storage/installed index c103974d34..edcaef42b0 100644 --- a/storage/installed +++ b/storage/installed @@ -2,3 +2,6 @@ Agora Invoicing Installer successfully INSTALLED on 2019/03/13 06:59:26pm Agora Invoicing Installer successfully UPDATED on 2019/03/13 07:07:33pm Agora Invoicing Installer successfully UPDATED on 2019/03/15 08:17:40am Agora Invoicing Installer successfully UPDATED on 2019/03/16 08:19:12am +Agora Invoicing Installer successfully UPDATED on 2019/03/16 08:01:50pm +Agora Invoicing Installer successfully UPDATED on 2019/03/16 08:27:10pm +Agora Invoicing Installer successfully UPDATED on 2019/03/16 08:30:29pm diff --git a/vendor/composer/autoload_classmap.php b/vendor/composer/autoload_classmap.php index 224eecce20..4d213b8e88 100644 --- a/vendor/composer/autoload_classmap.php +++ b/vendor/composer/autoload_classmap.php @@ -5483,6 +5483,7 @@ 'Spatie\\String\\Integrations\\Underscore' => $vendorDir . '/spatie/string/src/Integrations/Underscore.php', 'Spatie\\String\\Str' => $vendorDir . '/spatie/string/src/Str.php', 'StateSubdivision' => $baseDir . '/database/seeds/StateSubdivision.php', + 'StatesSeeder' => $baseDir . '/database/seeds/StatesSeeder.php', 'StatusSettingSeeder' => $baseDir . '/database/seeds/DatabaseSeeder.php', 'Svg\\DefaultStyle' => $vendorDir . '/phenx/php-svg-lib/src/Svg/DefaultStyle.php', 'Svg\\Document' => $vendorDir . '/phenx/php-svg-lib/src/Svg/Document.php', diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php index b182c23bee..24c2615e91 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -6309,6 +6309,7 @@ class ComposerStaticInitbb14d002d94c2a0afc906c0d693f6d84 'Spatie\\String\\Integrations\\Underscore' => __DIR__ . '/..' . '/spatie/string/src/Integrations/Underscore.php', 'Spatie\\String\\Str' => __DIR__ . '/..' . '/spatie/string/src/Str.php', 'StateSubdivision' => __DIR__ . '/../..' . '/database/seeds/StateSubdivision.php', + 'StatesSeeder' => __DIR__ . '/../..' . '/database/seeds/StatesSeeder.php', 'StatusSettingSeeder' => __DIR__ . '/../..' . '/database/seeds/DatabaseSeeder.php', 'Svg\\DefaultStyle' => __DIR__ . '/..' . '/phenx/php-svg-lib/src/Svg/DefaultStyle.php', 'Svg\\Document' => __DIR__ . '/..' . '/phenx/php-svg-lib/src/Svg/Document.php',