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