ipunkt / laravel-analytics

Analytics tracking package for Laravel
MIT License
263 stars 54 forks source link

NoAnalytics::TrackEvent() failing when 3rd arg not present - even though it is null #44

Closed PCoetzeeDev closed 7 years ago

PCoetzeeDev commented 7 years ago

Exception trace: ErrorException in NoAnalytics.php line 49: Missing argument 3 for Ipunkt\LaravelAnalytics\Providers\NoAnalytics::trackEvent()

Current function: ` /**

`

According to the phpdoc here, this should then be: ` /**

`

rokde commented 7 years ago

This is fixed with version 1.3.5

PCoetzeeDev commented 7 years ago

@rokde Apologies, didn't realise I was running an older version on my local env. Thanks for the great work!