We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc5892 commit 9ccf004Copy full SHA for 9ccf004
README.md
@@ -73,8 +73,8 @@ When you're implementing a projection, follow theses three steps:
73
74
### Query a Projection
75
76
-A Projection is an Eloquent model and is queried the same way,but keep in mind that the projections are all stored in a single table.
77
-That means you'll have to use scope methods to get the correct projections regarding the period or even the key you defined earlier.
+A Projection is an Eloquent model and is queried the same way, but keep in mind that the projections are all stored in a single table.
+That means you'll have to use scope methods to get the correct projections regarding the period you defined earlier:
78
79
```php
80
MyProjection::period('1 day')
0 commit comments