Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksagona committed Oct 9, 2020
1 parent 023cc5c commit 5c6a244
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reference/pop_db.rst
Expand Up @@ -1036,7 +1036,7 @@ The static ``with()`` method also supports nested child relationships:

.. code-block:: php
$user = Users::with('users.posts.comments'])->getById(1001);
$user = Users::with('users.posts.comments')->getById(1001);
The static ``with()`` method also supports multiple relationships as well:

Expand Down
2 changes: 1 addition & 1 deletion user_guide/databases.rst
Expand Up @@ -1036,7 +1036,7 @@ The static ``with()`` method also supports nested child relationships:

.. code-block:: php
$user = Users::with('users.posts.comments'])->getById(1001);
$user = Users::with('users.posts.comments')->getById(1001);
The static ``with()`` method also supports multiple relationships as well:

Expand Down

0 comments on commit 5c6a244

Please sign in to comment.