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