laravel / pennant

A simple, lightweight library for managing feature flags.
https://laravel.com/docs/pennant
MIT License
478 stars 49 forks source link

[1.x] Use constant for updated_at column name #108

Closed thijsvdanker closed 4 months ago

thijsvdanker commented 4 months ago

https://github.com/laravel/pennant/commit/2226b130946ae99c95e33bef16b2d05cf243f1fd re-introduced the 'updated_at' string instead of using the UPDATED_AT constant added here https://github.com/laravel/pennant/commit/c703915692bf3c8d9b0cf8ff2bef195809eb31f1

This PR uses the constant instead of the string.