Skip to content

Commit

Permalink
Swap out word task and team (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile authored and mpociot committed Oct 1, 2018
1 parent e65df14 commit 6a80de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ If theres a place in your app, where you really want to retrieve all models, no
**Example:**

```php
// gets all teams for the currently active team of the authenticated user
// gets all tasks for the currently active team of the authenticated user
Task::all();

// gets all tasks from all teams globally
Expand Down

0 comments on commit 6a80de9

Please sign in to comment.