MCPcopy 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.phpFile · 0.80
eloquentPropertyMethod · 0.80
eloquentQueryMethod · 0.80

Calls 1

whereMethod · 0.80

Tested by

no test coverage detected