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

Method scopeTopping

examples/laravel/app/Models/Bakery.php:60–63  ·  view source on GitHub ↗
(Builder $query, string $type)

Source from the content-addressed store, hash-verified

58 public function vendor() { return $this->morphTo(); }
59
60 public function scopeTopping(Builder $query, string $type): void
61 {
62 $query->where('topping', $type);
63 }
64
65 public function scopeUnbaked(Builder $query): void
66 {

Callers

nothing calls this directly

Calls 1

whereMethod · 0.80

Tested by

no test coverage detected