diff --git a/src/Intervention/Image/Gd/Commands/ResetCommand.php b/src/Intervention/Image/Gd/Commands/ResetCommand.php index 16f1aef0..a68b75ea 100644 --- a/src/Intervention/Image/Gd/Commands/ResetCommand.php +++ b/src/Intervention/Image/Gd/Commands/ResetCommand.php @@ -16,7 +16,7 @@ class ResetCommand extends AbstractCommand public function execute($image) { $backupName = $this->argument(0)->value(); - $backup = $image->getBackup($backupName) + $backup = $image->getBackup($backupName); if (is_resource($backup) || $backup instanceof \GdImage) {