MCPcopy Create free account
hub / github.com/PHPantom-dev/phpantom_lsp / scopeUnbaked

Method scopeUnbaked

examples/laravel/app/Models/Bakery.php:65–68  ·  view source on GitHub ↗
(Builder $query)

Source from the content-addressed store, hash-verified

63 }
64
65 public function scopeUnbaked(Builder $query): void
66 {
67 $query->where('baked', false);
68 }
69
70 #[Scope]
71 protected function freshlyBaked(Builder $query): void

Callers

nothing calls this directly

Calls 1

whereMethod · 0.80

Tested by

no test coverage detected