repository->create([ 'uuid' => Uuid::uuid4()->toString(), 'author' => $author ?? $this->config->get('pterodactyl.service.author'), 'name' => array_get($data, 'name'), 'description' => array_get($data, 'description'), ], true, true); } }