Skip to content

Commit f71d697

Browse files
committed
ITT: Readme fixes.
1 parent 2d41951 commit f71d697

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,9 +417,11 @@ Checks if Eloquent model has create method for specified `HasMany` relation:
417417

418418
```php
419419
$this->assertEloquentHasCreateRelationMethod(Post::class, 'comments');
420+
```
420421

421-
// Assuming that `Post` class has `createComment` method
422+
Assuming that `Post` class has `createComment` method:
422423

424+
```php
423425
class Post extends Model
424426
{
425427
public function createComment(array $comment)

0 commit comments

Comments
 (0)