This commit is contained in:
@@ -15,8 +15,11 @@ use App\Service\Test\TestBaseService;
|
||||
|
||||
class CacheService extends TestBaseService
|
||||
{
|
||||
public function handle()
|
||||
/**
|
||||
* @return array
|
||||
*/
|
||||
public function handle(): array
|
||||
{
|
||||
//todo Write logic
|
||||
return $this->return->success();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user