MCPcopy 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

eloquentPropertyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected