composed project, added packages, models, controllers, seeders, mirgations etc.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @package: events-venues-task
|
||||
* @author: Yevhen Odynets
|
||||
* @date: 2024-07-26
|
||||
* @time: 19:51
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Services\Faker\Image\Contracts;
|
||||
|
||||
interface ProviderFactoryInterface
|
||||
{
|
||||
public static function apply(): ProviderInterface;
|
||||
}
|
||||
Reference in New Issue
Block a user