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

Fixed duplicate instance bug #7

Closed DODMax closed 8 years ago

DODMax commented 8 years ago

Fixed bug where firstOrCreate (Ab.php line 63) could not find the instance because metadata was serialized as N; instead of storing NULL.

82rules commented 8 years ago

thanks for the fix!