Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PHPantom-dev/phpantom_lsp
/ freshlyBaked
Method
freshlyBaked
examples/laravel/app/Models/Bakery.php:70–74 ·
view source on GitHub ↗
(Builder $query)
Source
from the content-addressed store, hash-verified
68
}
69
70
#[Scope]
71
protected function freshlyBaked(Builder $query): void
72
{
73
$query->where(
'fresh'
, true);
74
}
75
76
public function getLoafNameAttribute(): string { return
''
; }
77
Callers
3
assertions.php
File · 0.80
eloquentProperty
Method · 0.80
eloquentQuery
Method · 0.80
Calls
1
where
Method · 0.80
Tested by
no test coverage detected