コード例 #1
0
 /**
  * @param Updater $updater
  */
 public function checkRemoteFiles(Updater $updater)
 {
     $files = $updater->checkFiles();
     $this->setContent(view('cms::system.remote_files_check', compact('files')));
 }