<?php namespace App\Komma\Routes; interface HasSlugInterface { /** * Returns the desired slug for the model * * @return string */ public function makeSlug() :string; }