From 5d1b7e0ec20e7346a176df96f64e4b2071059f84 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Sat, 16 Sep 2017 13:13:52 +0200 Subject: [PATCH] Add Link to Blogpost --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f137005..00402a1 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![License](https://poser.pugx.org/wnx/laravel-disable-updated-at/license)](https://packagist.org/packages/wnx/laravel-disable-updated-at) -A quick and easy way to disable the `updated_at` column on an Eloquent Model. +A quick and easy way to disable the `updated_at` column on an Eloquent Model. (For more information on how to use this Trait read [this blog post](https://stefanzweifel.io/posts/disableupdatedat-trait-for-laravel-5-4)) ### Installing