コード例 #1
0
ファイル: handler.php プロジェクト: jpalala/startupjobs
 public function __construct(Eden $app)
 {
     $app->listen('session', $this, 'setUser');
 }