Files
ops-Gazelle/app/Torrent/ReaperNotify.php

9 lines
123 B
PHP

<?php
namespace Gazelle\Torrent;
enum ReaperNotify: string {
case INITIAL = 'initial';
case FINAL = 'final';
}