mirror of
https://github.com/Intervention/image.git
synced 2025-08-31 01:29:51 +02:00
Refactor InputHandler logic
This commit is contained in:
@@ -14,7 +14,7 @@ abstract class GdTestCase extends BaseTestCase
|
||||
{
|
||||
public function readTestImage($filename = 'test.jpg'): Image
|
||||
{
|
||||
return (new FilePathImageDecoder())->handle(
|
||||
return (new FilePathImageDecoder())->decode(
|
||||
$this->getTestResourcePath($filename)
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user