File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ public function getPasswordResetValues($table)
287
287
*
288
288
* @return bool
289
289
*/
290
- public function needsRefrseh ()
290
+ public function needsRefresh ()
291
291
{
292
292
return $ this ->refresh ;
293
293
}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class ImportCommand extends Command
31
31
*
32
32
* @var string
33
33
*/
34
- protected $ description = 'Import data from a source database to a destionation database ' ;
34
+ protected $ description = 'Import data from a source database to a destination database ' ;
35
35
36
36
/**
37
37
* Import to execute
@@ -118,7 +118,7 @@ public function handle()
118
118
{
119
119
if ($ this ->boot ()) {
120
120
$ this ->bar ->start ();
121
- if ($ this ->import ->needsRefrseh ()) {
121
+ if ($ this ->import ->needsRefresh ()) {
122
122
$ this ->bar ->setMessage ('Refreshing ' );
123
123
Artisan::call ('migrate:refresh ' );
124
124
}
You can’t perform that action at this time.
0 commit comments