teamtnt / laravel-scout-tntsearch-driver

Driver for Laravel Scout search package based on https://github.com/teamtnt/tntsearch
MIT License
1.09k stars 144 forks source link

Having issues after latest update #274

Closed tommiekn closed 4 years ago

tommiekn commented 4 years ago

Hi,

Im getting this from a composer update, running laravel 6:

> @php artisan package:discover

   Symfony\Component\Debug\Exception\FatalThrowableError  : syntax error, unexpected 'private' (T_PRIVATE)

  at vendor/teamtnt/laravel-scout-tntsearch-driver/src/Console/StatusCommand.php:113
nticaric commented 4 years ago

please try again, but before running composer cacheclear

tommiekn commented 4 years ago

@nticaric same issue also after a

composer clearcache

nticaric commented 4 years ago

just published a new release v8.3.0 this should solve the issue

tommiekn commented 4 years ago

Worked, thanks!