madbob/GASdottoNG

View on GitHub
code/app/Parameters/Parameter.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace App\Parameters;

abstract class Parameter
{
    public abstract function identifier();
}