1: <?php
2:
3: /**
4: * Deep
5: *
6: * @package rsanchez\Deep
7: * @author Rob Sanchez <info@robsanchez.com>
8: */
9:
10: namespace rsanchez\Deep\Repository;
11:
12: use rsanchez\Deep\Repository\RepositoryInterface;
13:
14: /**
15: * Repository of all UploadPrefs
16: */
17: interface UploadPrefRepositoryInterface extends RepositoryInterface
18: {
19:
20: }
21: