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 @@ -331,7 +331,7 @@ public function getPasswordResetValues($table)
331
331
*
332
332
* @return bool
333
333
*/
334
- public function needsRefrseh ()
334
+ public function needsRefresh ()
335
335
{
336
336
return $ this ->refresh ;
337
337
}
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