mirror of
https://github.com/Intervention/image.git
synced 2025-08-26 15:24:37 +02:00
interlace command default param
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);
|
||||
|
||||
if ($mode) {
|
||||
$mode = \Imagick::INTERLACE_LINE;
|
||||
|
Reference in New Issue
Block a user