Cartalyst\Sentinel\Roles\RoleRepositoryInterface::findBySlug PHP Method

findBySlug() public method

Finds a role by the given slug.
public findBySlug ( string $slug ) : Cartalyst\Sentinel\Roles\RoleInterface
$slug string
return Cartalyst\Sentinel\Roles\RoleInterface
    public function findBySlug($slug);