sebastianmonzel/webfiles-framework-php

View on GitHub
source/core/datastore/functions/sorting/MAscendingSorting.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace webfilesframework\core\datastore\functions\sorting;

use webfilesframework\core\datastore\functions\MIDatastoreFunction;

/**
 * description
 *
 * @author     Sebastian Monzel < mail@sebastianmonzel.de >
 * @since      0.1.7
 */
class MAscendingSorting implements MIDatastoreFunction
{

}