PHP Class Owl\Repositories\Eloquent\Models\UserRole

Inheritance: extends Illuminate\Database\Eloquent\Model
Show file Open project: owl/owl Class Usage Examples

Protected Properties

Property Type Description
$fillable
$table string The database table used by the model.

Public Methods

Method Description
user ( )

Method Details

user() public method

public user ( )

Property Details

$fillable protected property

protected $fillable

$table protected property

The database table used by the model.
protected string $table
return string