feat : pay
This commit is contained in:
@@ -144,7 +144,7 @@ class SiteService extends BaseService
|
||||
/**
|
||||
* @return array
|
||||
*/
|
||||
public function add()
|
||||
public function add(): array
|
||||
{
|
||||
$name = $this->request->input('name');
|
||||
$this->imageId = (int)$this->request->input('image_id');
|
||||
|
||||
Reference in New Issue
Block a user