Exemplo n.º 1
0
 public function getInfo()
 {
     return $this->buildResponse(trans('api.system.get-info.success'), ['site_name' => System::getSiteName(), 'powered_name' => System::getPoweredName(), 'version' => System::getVersion(), 'music_count' => Music::count(), 'album_count' => Album::count()]);
 }