charger une image
This commit is contained in:
12
upLoadImage/vendor/intervention/image/src/Decoders/Base64ImageDecoder.php
vendored
Normal file
12
upLoadImage/vendor/intervention/image/src/Decoders/Base64ImageDecoder.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Intervention\Image\Decoders;
|
||||
|
||||
use Intervention\Image\Drivers\SpecializableDecoder;
|
||||
|
||||
class Base64ImageDecoder extends SpecializableDecoder
|
||||
{
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user