Skip to content

Commit 2f51de5

Browse files
committed
update doc block
1 parent 1a43d11 commit 2f51de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ public function selectOne($query, $bindings = [], $useReadPdo = true)
342342
* @param bool $useReadPdo
343343
* @return mixed
344344
*
345-
* @throws MultipleColumnsSelectedException
345+
* @throws \Illuminate\Database\MultipleColumnsSelectedException
346346
*/
347347
public function scalar($query, $bindings = [], $useReadPdo = true)
348348
{

0 commit comments

Comments
 (0)