8000 Dump auto-load after making reminders table migration. Fixes #1391. · laravel/framework@4958b57 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4958b57

Browse files
committed
Dump auto-load after making reminders table migration. Fixes #1391.
1 parent 8caec12 commit 4958b57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Auth/Console/MakeRemindersCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ public function fire()
5353
$this->files->put($fullPath, $this->files->get(__DIR__.'/stubs/reminders.stub'));
5454

5555
$this->info('Migration created successfully!');
56+
57+
$this->call('dump-autoload');
5658
}
5759

5860
/**

0 commit comments

Comments
 (0)
0