Merge pull request #661 from tzurbaev/patch-1

Remove `mixed` typehint from `Fluent::default` method
This commit is contained in:
Barry vd. Heuvel
2018-05-07 11:09:27 +02:00
committed by GitHub
+1 -1
View File
@@ -72,7 +72,7 @@ namespace Illuminate\Support {
* @method Fluent charset(string $charset) Add the character set modifier
* @method Fluent collation(string $collation) Add the collation modifier
* @method Fluent comment(string $comment) Add comment
* @method Fluent default(mixed $value) Add the default modifier
* @method Fluent default($value) Add the default modifier
* @method Fluent first() Select first row
* @method Fluent index(string $name = null) Add the in dex clause
* @method Fluent on(string $table) `on` of a foreign key