mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
add change modifier
This commit is contained in:
@@ -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 {}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user