Fixes for Laravel 8

This commit is contained in:
Deon George 2021-06-28 10:28:57 +10:00
parent 85d2a7eeea
commit 2fe9b5c134
No known key found for this signature in database
GPG Key ID: 7670E8DC27415254
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ trait CompositeKeys {
* @param \Illuminate\Database\Eloquent\Builder $query
* @return \Illuminate\Database\Eloquent\Builder
*/
protected function setKeysForSaveQuery(Builder $query)
protected function setKeysForSaveQuery($query)
{
$keys = $this->getKeyName();