flush
[pharext/pharext.org] / app / Model / Authorities.php
1 <?php
2
3 namespace app\Model;
4
5 use pq\Gateway\Table;
6
7 class Authorities extends Table
8 {
9 protected $name = "authorities";
10 protected $rowset = "app\\Model\\AuthorityCollection";
11 }