PHP Class Gitamin\Models\Identity

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

Protected Properties

Property Type Description
$fillable string[] The fillable properties.

Public Methods

Method Description
provider ( )
user ( )

Method Details

provider() public method

public provider ( )

user() public method

public user ( )

Property Details

$fillable protected property

The fillable properties.
protected string[] $fillable
return string[]