mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-04 14:23:13 +08:00
9 lines
165 B
PHP
9 lines
165 B
PHP
<?php
|
|
namespace Shlinkio\Shlink\Common\Image;
|
|
|
|
use Zend\ServiceManager\ServiceLocatorInterface;
|
|
|
|
interface ImageBuilderInterface extends ServiceLocatorInterface
|
|
{
|
|
}
|