Updated \TamerLib\Abstracts\ExitCodes > WorkerExitCodes to be an Abstract Class
This commit is contained in:
parent
9084ad8ca5
commit
5aa101b11f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
namespace TamerLib\Abstracts\ExitCodes;
|
||||
|
||||
class WorkerExitCodes
|
||||
abstract class WorkerExitCodes
|
||||
{
|
||||
const GracefulShutdown = 0;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue