1st commit

This commit is contained in:
2024-05-15 14:00:13 +05:00
commit b146e3b554
11 changed files with 191 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<?php
namespace ps\app\Controllers;
class PostsController
{
public function getPosts()
{
}
}