mobileka/scope-applicator-yii2

View on GitHub
src/Mobileka/ScopeApplicator/Yii2/InputManager.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php namespace Mobileka\ScopeApplicator\Yii2;

use Mobileka\ScopeApplicator\Contracts\InputManagerInterface;
use yii\web\Request;

class InputManager extends Request implements InputManagerInterface
{
}