mirror of
https://github.com/Intervention/image.git
synced 2025-08-27 23:59:50 +02:00
Missing semi-colon.
This commit is contained in:
@@ -16,7 +16,7 @@ class ResetCommand extends AbstractCommand
|
|||||||
public function execute($image)
|
public function execute($image)
|
||||||
{
|
{
|
||||||
$backupName = $this->argument(0)->value();
|
$backupName = $this->argument(0)->value();
|
||||||
$backup = $image->getBackup($backupName)
|
$backup = $image->getBackup($backupName);
|
||||||
|
|
||||||
if (is_resource($backup) || $backup instanceof \GdImage) {
|
if (is_resource($backup) || $backup instanceof \GdImage) {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user