Skip to content

Commit

Permalink
Add "use by"
Browse files Browse the repository at this point in the history
  • Loading branch information
MrChozo authored Mar 29, 2018
1 parent cbd4080 commit 65b22b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tl/orm/table-objects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Note that we did not tell the ORM which table to use for our class. By
convention table objects will use a table that matches the lower cased and
underscored version of the class name. In the above example the ``articles``
table will be used. If our table class was named ``BlogPosts`` your table should
be named ``blog_posts``. You can specify the table to using the ``setTable()``
be named ``blog_posts``. You can specify the table to use by using the ``setTable()``
method::

namespace App\Model\Table;
Expand Down

0 comments on commit 65b22b0

Please sign in to comment.