category::slug PHP Méthode

slug() public static méthode

public static slug ( $slug )
    public static function slug($slug)
    {
        return static::where('slug', 'like', $slug)->fetch();
    }