Spaces:
No application file
No application file
namespace Mautic\Middleware; | |
interface PrioritizedMiddlewareInterface | |
{ | |
/** | |
* Get the middleware's priority. | |
* | |
* @return int | |
*/ | |
public function getPriority(); | |
} | |