taktik-laravel-pohovor/app/Services/CacheKeyInterface.php
2025-01-23 00:45:59 +01:00

11 lines
132 B
PHP

<?php
declare(strict_types=1);
namespace App\Services;
interface CacheKeyInterface
{
public function toCacheKey(): string;
}