group('/workers', function($app) { $app->post('/register', [Workers::class, 'register']); });