mirror of
https://github.com/mashirozx/sakura.git
synced 2024-11-15 19:38:12 +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()
|
||
|
// }
|
||
|
}
|