MCPcopy Create free account
hub / github.com/axe-api/axe-api / table

Method table

packages/integrations/app/v2/Models/Post.ts:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3class Post extends Model {
4 get table() {
5 return "posts";
6 }
7
8 get fillable() {
9 return ["title", "content"];

Callers 1

upFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected