adrema/app/Setting/Contracts/Indexable.php

12 lines
159 B
PHP
Raw Normal View History

2023-06-01 12:04:31 +02:00
<?php
namespace App\Setting\Contracts;
interface Indexable
{
/**
* @return class-string
*/
public static function indexAction(): string;
}