Artesaos\Defender\Contracts\Permission::newPivot PHP Method

newPivot() public method

public newPivot ( Model $parent, array $attributes, string $table, boolean $exists ) : PermissionUserPivot | Illuminate\Database\Eloquent\Relations\Pivot
$parent Illuminate\Database\Eloquent\Model
$attributes array
$table string
$exists boolean
return PermissionUserPivot | Illuminate\Database\Eloquent\Relations\Pivot
    public function newPivot(Model $parent, array $attributes, $table, $exists);