1: <?php
2:
3: namespace webfilesframework\core\datastore;
4:
5: /**
6: * MarkerInterface to identify datastores with a single datasource.
7: *
8: * @author Sebastian Monzel < mail@sebastianmonzel.de >
9: * @since 0.1.7
10: */
11: interface MISingleDatasourceDatastore
12: {
13: }