taktik - laravel
This commit is contained in:
10
app/Services/CacheKeyInterface.php
Normal file
10
app/Services/CacheKeyInterface.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Services;
|
||||
|
||||
interface CacheKeyInterface
|
||||
{
|
||||
public function toCacheKey(): string;
|
||||
}
|
||||
Reference in New Issue
Block a user