flush
[pharext/pharext.org] / app / Model / Token.php
1 <?php
2
3 namespace app\Model;
4
5 use pq\Gateway\Row;
6
7 class Token extends Row
8 {
9 }