Skip to content

Commit 47fc084

Browse files
authored
Missing closing quote (#161)
Added a missing closing quote
1 parent 5cd1eab commit 47fc084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations/44-50/new-deprecations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Replacement: Direct property access to the state object of the model should be r
2929
Example:
3030
```php
3131
// Write to the state
32-
$model->getState()->set('foo', 'bar);
32+
$model->getState()->set('foo', 'bar');
3333

3434
// Access the state
3535
$data = $model->getState()->get('foo');

0 commit comments

Comments
 (0)