add change modifier

This commit is contained in:
BinotaLIU
2018-07-05 19:31:23 +08:00
parent 1deadced46
commit f472c26601
+1
View File
@@ -86,6 +86,7 @@ namespace Illuminate\Support {
* @method Fluent unique(string $name = null) Add unique index clause * @method Fluent unique(string $name = null) Add unique index clause
* @method Fluent unsigned() Add the unsigned modifier * @method Fluent unsigned() Add the unsigned modifier
* @method Fluent useCurrent() Add the default timestamp value * @method Fluent useCurrent() Add the default timestamp value
* @method Fluent change() Add the change modifier
*/ */
class Fluent {} class Fluent {}
} }