Example #1
0
 public static function getCoa()
 {
     $c = Coa::get();
     self::$role = $c;
     return new self();
 }