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 5cd1eab commit 47fc084Copy full SHA for 47fc084
migrations/44-50/new-deprecations.md
@@ -29,7 +29,7 @@ Replacement: Direct property access to the state object of the model should be r
29
Example:
30
```php
31
// Write to the state
32
-$model->getState()->set('foo', 'bar);
+$model->getState()->set('foo', 'bar');
33
34
// Access the state
35
$data = $model->getState()->get('foo');
0 commit comments