Merge pull request #678 from BinotaLIU/add-fluent-change

add change modifier
This commit is contained in:
Barry vd. Heuvel
2018-07-16 09:12:17 +02:00
committed by GitHub
+1
View File
@@ -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 {}
}