spatie / laravel-translatable

Making Eloquent models translatable

Home Page:https://spatie.be/docs/laravel-translatable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecation Notice FilenameFilterIterator should either be compatible with FilterIterator::accept(): bool

ericariyanto opened this issue · comments

I just upgrade to php 8.1 and got notification about Deprecation.

`Installing spatie/laravel-translatable (5.2.0): Extracting archive

Deprecation Notice: Return type of Symfony\Component\Finder\Iterator\FilenameFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to tempo
rarily suppress the notice in phar:///usr/local/bin/composer/vendor/symfony/finder/Iterator/FilenameFilterIterator.php:28
`

That doesn't seem to originate in our code.