예제 #1
0
파일: Service.php 프로젝트: vincium/resa
 public function __construct(\Rebond\App $app)
 {
     $app->setAjax(true);
     parent::__construct($app);
 }
예제 #2
0
파일: Service.php 프로젝트: vincium/lot
 public function __construct(\Rebond\App $app)
 {
     $app->setAjax(true);
     parent::__construct($app);
     $this->signedUser = $this->app->user();
 }