controllers: fix base url to omit scheme for when we connect through a https gateway
[pharext/pharext.org] / app / Model / AccountCollection.php
1 <?php
2
3 namespace app\Model;
4
5 use pq\Gateway\Rowset;
6
7 class AccountCollection extends Rowset
8 {
9 protected $row = "app\\Model\\Account";
10 }