getPlatform(); if (empty($platform)) { throw new \InvalidArgumentException("Require platform header."); } if (!nexus()->isPlatformValid()) { throw new \InvalidArgumentException("Invalid platform: " . $platform); } return $next($request); } }