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 1cc777a commit a58a74fCopy full SHA for a58a74f
tests/Entities/PostType.php
@@ -10,6 +10,6 @@ class PostType extends Model
10
11
public function post()
12
{
13
- return $this->belongsTo(Post::class);
+ return $this->belongsTo('Test\Entities\Post');
14
}
15
0 commit comments