<?php

    namespace thebuggenie\modules\module_key;

    use thebuggenie\core\framework;

    /**
     * actions for the module_key module
     */
    class Components extends framework\ActionComponent
    {

    }

