10 lines
79 B
PHP
10 lines
79 B
PHP
<?php
|
|
|
|
namespace App\Services;
|
|
|
|
use ImageIntervention;
|
|
|
|
class ImageService
|
|
{
|
|
}
|