Artesaos\Defender\Repositories\Eloquent\AbstractEloquentRepository::newInstance PHP Méthode

newInstance() public méthode

Return a new instance of the current model.
public newInstance ( array $attributes = [] ) : static
$attributes array
Résultat static
    public function newInstance(array $attributes = [])
    {
        return $this->model->newInstance($attributes);
    }