Exemplo n.º 1
0
 /**
  * Returns the POST response
  *
  * @param \PSX\Record\RecordInterface $record
  * @return array|\PSX\Record\RecordInterface
  */
 protected function doPost($record)
 {
     $this->schemaService->create($record->name, $record->source);
     return array('success' => true, 'message' => 'Schema successful created');
 }