Added code after day of work

This commit is contained in:
Christian Wolf 2019-06-03 15:42:25 +02:00
parent 1b43ab8356
commit 616a0b7dd9

View File

@ -27,6 +27,9 @@ abstract class AbstractClubsController extends BaseController
return $this->getSingleBaseName();
}
/**
* @todo Make this OO conforme
*/
protected abstract function getDataMapping();
public function new()