Backend\Modules\Mailmotor\Actions\Index::execute PHP Method

execute() public method

Execute
public execute ( )
    public function execute()
    {
        parent::execute();
        return $this->redirect(Model::createURLForAction('Settings'));
    }
Index