Skip to content

Commit

Permalink
Remove mixed typehint from Fluent::default method
Browse files Browse the repository at this point in the history
  • Loading branch information
tzurbaev authored May 5, 2018
1 parent 98d6087 commit 4691bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public static function <?= $method->getName() ?>(<?= $method->getParamsWithDefau
* @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
Expand Down

0 comments on commit 4691bc5

Please sign in to comment.