Пример #1
0
 public function delete($akID = null)
 {
     $key = FileKey::getByID($akID);
     $this->executeDelete($key, \URL::to('/dashboard/files/attributes', 'view'));
 }