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 {} }