mirror of
https://github.com/mashirozx/sakura.git
synced 2024-11-15 03:18:13 +08:00
11 lines
137 B
PHP
11 lines
137 B
PHP
<?php
|
|
|
|
namespace Sakura\Services;
|
|
|
|
class PostCommentService
|
|
{
|
|
// public function create_comment(){
|
|
// wp_insert_comment()
|
|
// }
|
|
}
|