Level 9
Try setting timestamps to false on the model before saving
Hi,
It seems I can't disable updated_at column on Lumen when saving a model. It works fine for Laravel when using setUpdatedAt, but this doesn't work for Lumen.
Is there a cleaner way than overriding create parent method ?
Please or to participate in this conversation.