mirror of
https://github.com/Intervention/image.git
synced 2025-08-01 03:20:17 +02:00
fixed default parameter
This commit is contained in:
@@ -6,7 +6,7 @@ class InterlaceCommand extends \Intervention\Image\Commands\AbstractCommand
|
||||
{
|
||||
public function execute($image)
|
||||
{
|
||||
$mode = $this->getArgument(0);
|
||||
$mode = $this->getArgument(0, true);
|
||||
|
||||
imageinterlace($image->getCore(), $mode);
|
||||
|
||||
|
Reference in New Issue
Block a user