CodepadME / laravel-tricks

The source code for the Laravel Tricks website
http://laravel-tricks.com
MIT License
967 stars 297 forks source link

Refactor storeViewedTrick/getViewedTricks #27

Open assertchris opened 10 years ago

assertchris commented 10 years ago

These methods (and similarly named ones) are present in both Tricks\Events\ViewTrickHandler and Tricks\Filters\ViewThrottleFilter. Perhaps a trait or repository should be used to eliminate the repetition.