mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-10 09:13:11 +08:00
13 lines
222 B
PHP
13 lines
222 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace Shlinkio\Shlink\PreviewGenerator\Image;
|
|
|
|
use Zend\ServiceManager\ServiceLocatorInterface;
|
|
|
|
/** @deprecated */
|
|
interface ImageBuilderInterface extends ServiceLocatorInterface
|
|
{
|
|
}
|