inti project
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
namespace App\Support\Api;
|
||||
|
||||
enum ControllerClassification: string
|
||||
{
|
||||
case CANONICAL = 'canonical';
|
||||
case ADAPTER = 'adapter';
|
||||
case DEPRECATED = 'deprecated';
|
||||
case REMOVE = 'remove';
|
||||
case EXTENSION = 'extension';
|
||||
case UNKNOWN = 'unknown';
|
||||
}
|
||||
Reference in New Issue
Block a user