Removed all unused files

This commit is contained in:
Netkas 2023-06-16 02:17:34 -04:00
parent 2b39a9df9e
commit 44b554d08c
No known key found for this signature in database
GPG key ID: 5DAF58535614062B
6 changed files with 0 additions and 452 deletions

View file

@ -1,10 +0,0 @@
<?php
namespace TamerLib\Enums;
final class JobType
{
public const CLOSURE = 100;
public const FUNCTION = 200;
}

View file

@ -1,9 +0,0 @@
<?php
namespace TamerLib\Enums;
final class WorkerType
{
public const SCRIPT = 10;
public const CLOSURE = 20;
}