File "RoleTitle-20250411071607.php"
Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/silber/bouncer/src/Database/Titles/RoleTitle-20250411071607.php
File size: 235 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Silber\Bouncer\Database\Titles;
use Illuminate\Database\Eloquent\model;
class RoleTitle extends Title
{
public function __construct(Model $role)
{
$this->title = $this->humanize($role->name);
}
}