mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
fix: update list after Seeding Example Plugins
Some checks failed
tests / ci (push) Has been cancelled
Some checks failed
tests / ci (push) Has been cancelled
This commit is contained in:
parent
2427436b31
commit
2318c8d2ae
1 changed files with 1 additions and 2 deletions
|
|
@ -69,9 +69,8 @@ new class extends Component {
|
||||||
|
|
||||||
public function seedExamplePlugins(): void
|
public function seedExamplePlugins(): void
|
||||||
{
|
{
|
||||||
// \Artisan::call('db:seed', ['--class' => 'ExampleRecipesSeeder']);
|
|
||||||
\Artisan::call(\App\Console\Commands\ExampleRecipesSeederCommand::class, ['user_id' => auth()->id()]);
|
\Artisan::call(\App\Console\Commands\ExampleRecipesSeederCommand::class, ['user_id' => auth()->id()]);
|
||||||
|
$this->refreshPlugins();
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue