for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Thunderbug\Tracker\Tasks;
use Spatie\Async\Task;
class GameserverTasks extends Task
{
public function configure()
// TODO: Implement configure() method.
}
public function run()
// TODO: Implement run() method.