Skip to content

Commit fd00783

Browse files
committed
wip
1 parent faffb66 commit fd00783

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/upgrade.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ Version 5.x Breaking Changes
7171

7272
This library version introduces the following breaking changes:
7373

74-
- The query builder returns results as as ``stdClass`` objects, instead
74+
- The query builder returns results as as ``stdClass`` objects instead
7575
of as arrays. This change requires that you change array access to
7676
property access when interacting with query results.
7777

7878
The following code shows how to retrieve a query result and access a
7979
property from the result object in older versions compared to v5.0:
8080

8181
.. code-block:: php
82-
:emphasize-lines: 8
82+
:emphasize-lines: 8-9
8383

8484
$document = DB::table('accounts')
8585
->where('name', 'Anita Charles')

0 commit comments

Comments
 (0)