コード例 #1
0
ファイル: UserController.php プロジェクト: FebriPratama/pop
 /**
  * Stores new account
  */
 public function store()
 {
     return Magma::create('User');
 }
コード例 #2
0
ファイル: RoleController.php プロジェクト: FebriPratama/pop
 /**
  * Stores new role
  *
  */
 public function store()
 {
     return Magma::create('Role');
 }