andersao / andersao/l5-repository
firstOrCreate The number of parameters is incorrect
Abierto
- Lenguaje dominante
- PHP
- Estrellas
- 4.2k
- Forks
- 880
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
https://github.com/andersao/l5-repository/blob/master/src/Prettus/Repository/Contracts/RepositoryInterface.php#L286
`public function firstOrCreate(array $attributes = []);`
vs
https://github.com/laravel/framework/blob/5.4/src/Illuminate/Database/Eloquent/Builder.php#L352
`public function firstOrCreate(array $attributes, array $values = [])`
i need new firstOrCreate method
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.