comocode / laravel-ab

Laravel 5 A/B experiment testing using with Blade
https://packagist.org/packages/comocode/laravel-ab
MIT License
31 stars 14 forks source link

Fix problem method deprecated in laravel 5.4.* #15

Closed xrogix closed 7 years ago

xrogix commented 7 years ago

Hi bro,

In Laravel 5.4.* Session::set() is deprecated, now we use Session::put().

82rules commented 7 years ago

thanks for the PR!