mirror of
				https://github.com/mashirozx/sakura.git
				synced 2025-05-29 01:49:21 +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()
 | 
						|
  // }
 | 
						|
}
 |