Skip to content

Commit

Permalink
retrun type fixed (#39725)
Browse files Browse the repository at this point in the history
Co-authored-by: 90后杜哥 <[email protected]>
  • Loading branch information
robotsniper and njkd5 authored Nov 23, 2021
1 parent 2fdbd1c commit 1a61d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Grammar.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public function isExpression($value)
* Get the value of a raw expression.
*
* @param \Illuminate\Database\Query\Expression $expression
* @return string
* @return mixed
*/
public function getValue($expression)
{
Expand Down

0 comments on commit 1a61d47

Please sign in to comment.