flush
[pharext/pharext.org] / app / Model / AccountCollection.php
diff --git a/app/Model/AccountCollection.php b/app/Model/AccountCollection.php
new file mode 100644 (file)
index 0000000..d1354b7
--- /dev/null
@@ -0,0 +1,10 @@
+<?php
+
+namespace app\Model;
+
+use pq\Gateway\Rowset;
+
+class AccountCollection extends Rowset
+{
+       protected $row = "app\\Model\\Account";
+}