You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 26, 2022. It is now read-only.
Declaration of Techouse\\SelectAutoComplete\\SelectAutoComplete::placeholder(string $placeholer) should be compatible with Laravel\\Nova\\Fields\\Field::placeholder($text)
#20
Open
PaulLawton227 opened this issue
Dec 9, 2020
· 2 comments
select auto complete: v1.3.6
nova: 3.15.0
laravel: v8.15.0
This code below used to work on older versions, but we have recently upgraded to all the latest versions of laravel/nova/ etc.
I now get this error:
Declaration of Techouse\\SelectAutoComplete\\SelectAutoComplete::placeholder(string $placeholer) should be compatible with Laravel\\Nova\\Fields\\Field::placeholder($text)
select auto complete: v1.3.6
nova: 3.15.0
laravel: v8.15.0
This code below used to work on older versions, but we have recently upgraded to all the latest versions of laravel/nova/ etc.
I now get this error:
Declaration of Techouse\\SelectAutoComplete\\SelectAutoComplete::placeholder(string $placeholer) should be compatible with Laravel\\Nova\\Fields\\Field::placeholder($text)
when running the following code:
The text was updated successfully, but these errors were encountered: