mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 05:47:11 +02:00
Optimized Slug Attribut
This commit is contained in:
@@ -6,6 +6,8 @@ use App\Exception\UnvalidValueException;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*
|
||||
* @see SlugAttributInterface
|
||||
*/
|
||||
trait SlugAttribut
|
||||
{
|
||||
|
@@ -7,6 +7,8 @@ namespace App\Attribut;
|
||||
*/
|
||||
interface SlugAttributInterface
|
||||
{
|
||||
const SLUG_ATTRIBUT_NAME = 'slug';
|
||||
|
||||
/**
|
||||
* @param string $slug
|
||||
*/
|
||||
|
Reference in New Issue
Block a user