first prod

This commit is contained in:
2025-07-20 15:02:06 +03:00
parent 273ac72207
commit d3af15c5ac
106 changed files with 56912 additions and 63 deletions

View File

@@ -33,4 +33,9 @@ class PostService
return false;
}
public static function getListArr()
{
return Post::pluck('title', 'id')->toArray();
}
}