mirror of
https://github.com/Intervention/image.git
synced 2025-08-26 23:35:12 +02:00
Missing semi-colon.
This commit is contained in:
@@ -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) {
|
||||
|
||||
|
Reference in New Issue
Block a user