Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PHPantom-dev/phpantom_lsp
/ author
Method
author
examples/laravel/app/Models/BlogPost.php:22–22 ·
view source on GitHub ↗
@return BelongsTo */
()
Source
from the content-addressed store, hash-verified
20
21
/** @return BelongsTo<BlogAuthor, covariant $this> */
22
public function author(): mixed { return $this->belongsTo(BlogAuthor::class); }
23
}
Callers
1
eloquentProperty
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected