PHP Class Owl\Repositories\Eloquent\Models\UserRole

Inheritance: extends Illuminate\Database\Eloquent\Model
Mostrar archivo 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_oe property

protected $fillable

$table protected_oe property

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