From f472c26601d977435557496e5cad990fa82fa726 Mon Sep 17 00:00:00 2001 From: BinotaLIU Date: Thu, 5 Jul 2018 19:29:28 +0800 Subject: [PATCH] add change modifier --- resources/views/helper.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/views/helper.php b/resources/views/helper.php index 1ea9e0f..dee6278 100644 --- a/resources/views/helper.php +++ b/resources/views/helper.php @@ -86,6 +86,7 @@ namespace Illuminate\Support { * @method Fluent unique(string $name = null) Add unique index clause * @method Fluent unsigned() Add the unsigned modifier * @method Fluent useCurrent() Add the default timestamp value + * @method Fluent change() Add the change modifier */ class Fluent {} }