Hey, so I have structure like this
PHPQueue\Base::$queue_namespace = 'App\Queue\Queues';
PHPQueue\Base::$worker_namespace = 'App\Queue\Workers';
├── Queues
│ ├── SampleQueue.php
│ └── logs
│ └── results.log
├── Runners
│ └── SampleRunner.php
└── Workers
└── SampleWorker.php
when running trought CLI
Adding Job...
Fatal error: Class 'App\Queue\Queues\Sample' not found in ...
So :QueueNameInCamelCase:Queue.php is not working for namespaces