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
With the latest larastan version installed, the following error appears when running static analysis:
------ ------------------------------------------------------------------------------------
Line Searchable\Aggregator.php
------ ------------------------------------------------------------------------------------
266 Call to an undefined method Illuminate\Database\Eloquent\Model::searchableUsing().
------ ------------------------------------------------------------------------------------
A possible solution would be working with the laravel/scout repository to add a proper contract to allow for better type-hints; see also laravel/scout#771.
Description
With the latest
larastan
version installed, the following error appears when running static analysis:A possible solution would be working with the
laravel/scout
repository to add a proper contract to allow for better type-hints; see also laravel/scout#771.Steps To Reproduce
Run
composer update
followed bycomposer test
.See any recently created CI test job, e.g. https://app.circleci.com/pipelines/github/algolia/scout-extended/255/workflows/ec6dc973-ce16-4d43-82e8-a61c2b2b4cd4/jobs/2079/parallel-runs/0/steps/0-109.
The text was updated successfully, but these errors were encountered: