Skip to content

Commit 7015fce

Browse files
ilyaplotsamdark
authored andcommitted
Update ar-single-table-inheritance.md (#189)
1 parent f2f3332 commit 7015fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/ar-single-table-inheritance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ If so, an instance of the class is returned. If nothing matches, it falls back t
181181
Handling unique values
182182
----------------------
183183

184-
If you have a column marked as unique, to prevent breaking the `UniqueValidator`` you need to specify the `targetClass`
184+
If you have a column marked as unique, to prevent breaking the `UniqueValidator` you need to specify the `targetClass`
185185
property.
186186

187187
```php

0 commit comments

Comments
 (0)