Skip to content

Commit a58a74f

Browse files
Dangit, PHP5.4!
1 parent 1cc777a commit a58a74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Entities/PostType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ class PostType extends Model
1010

1111
public function post()
1212
{
13-
return $this->belongsTo(Post::class);
13+
return $this->belongsTo('Test\Entities\Post');
1414
}
1515
}

0 commit comments

Comments
 (0)