Skip to content

Commit 91267e1

Browse files
authored
Use GD driver by default
1 parent 37f7fa4 commit 91267e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Driver.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ protected function init()
124124
if ($this->options['imageManager']) {
125125
$this->imageManager = $this->options['imageManager'];
126126
} else {
127-
$this->imageManager = new ImageManager();
127+
$this->imageManager = ImageManager::gd();
128128
}
129129

130130
// enable command archive

0 commit comments

Comments
 (0)