Skip to content

Commit 3b89e9e

Browse files
authored
Merge pull request #68 from brino/master
Load command does not work in production env
2 parents fbd9c2f + 0972dac commit 3b89e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/Load.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Load extends Command
1212
use AsksForSnapshotName;
1313
use ConfirmableTrait;
1414

15-
protected $signature = 'snapshot:load {name?} {--connection=} --disk';
15+
protected $signature = 'snapshot:load {name?} {--connection=} {--force} --disk';
1616

1717
protected $description = 'Load up a snapshot.';
1818

0 commit comments

Comments
 (0)