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

Compatibility error with Laravel 5.4 #14

Closed pdion closed 7 years ago

pdion commented 7 years ago

Laravel 5.4 changed the method name for Session::store to Session::put.

82rules commented 7 years ago

This PR addresses the change https://github.com/comocode/laravel-ab/pull/15