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
Describe what the issue is
The package can not be installed when you run the command composer require statamic/eloquent-entries-example.
What should be happening
The package should install as expected when the command is run.
What is happening
A fatal error is occurring: Declaration of Statamic\Eloquent\Entries\CollectionRepository::updateEntryUris($collection) must be compatible with Statamic\Stache\Repositories\CollectionRepository::updateEntryUris(Statamic\Contracts\Entries\Collection $collection, $ids = null)
Steps to replicate
Follow instructions as per the repo.
Run composer require statamic/eloquent-entries-example.
Describe what the issue is
The package can not be installed when you run the command
composer require statamic/eloquent-entries-example
.What should be happening
The package should install as expected when the command is run.
What is happening
A fatal error is occurring:
Declaration of Statamic\Eloquent\Entries\CollectionRepository::updateEntryUris($collection) must be compatible with Statamic\Stache\Repositories\CollectionRepository::updateEntryUris(Statamic\Contracts\Entries\Collection $collection, $ids = null)
Steps to replicate
composer require statamic/eloquent-entries-example
.Any other comments
PR to resolve it: #2
The text was updated successfully, but these errors were encountered: