composed project, added packages, models, controllers, seeders, mirgations etc.
This commit is contained in:
17
app/Services/Image/Contracts/ImageInterface.php
Normal file
17
app/Services/Image/Contracts/ImageInterface.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @package: events-venues-task
|
||||
* @author: Yevhen Odynets
|
||||
* @date: 2024-07-27
|
||||
* @time: 12:58
|
||||
*/
|
||||
|
||||
//phpcs:ignore
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Services\Image\Contracts;
|
||||
|
||||
interface ImageInterface
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user