Proje dosyaları eklendi
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\Serp\Operations;
|
||||
|
||||
enum ActivationState: string
|
||||
{
|
||||
case Disabled = 'disabled';
|
||||
case ValidationOnly = 'validation_only';
|
||||
case Canary = 'canary';
|
||||
case Enabled = 'enabled';
|
||||
case EmergencyStopped = 'emergency_stopped';
|
||||
}
|
||||
Reference in New Issue
Block a user