1
0
mirror of https://github.com/mashirozx/sakura.git synced 2025-01-06 09:53:49 +08:00
sakura/app/services/post-comment-service.php
2021-07-09 18:28:29 +08:00

11 lines
137 B
PHP

<?php
namespace Sakura\Services;
class PostCommentService
{
// public function create_comment(){
// wp_insert_comment()
// }
}