1
0
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:
Daniel Hudson
2021-07-29 13:37:48 +01:00
committed by GitHub
parent c5f8f45391
commit aeda35ffb9

View File

@@ -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) {