Router {#14
  +app: Application {#3
    #basePath: "/home/theynet/public_html/vaillant"
    #loadedConfigurations: array:2 [
      "debugbar" => true
      "auth" => true
    ]
    #booted: true
    #loadedProviders: array:6 [
      "App\Providers\AppServiceProvider" => AppServiceProvider {#17
        #app: Application {#3}
        #defer: false
      }
      "App\Providers\AuthServiceProvider" => AuthServiceProvider {#18
        #app: Application {#3}
        #defer: false
      }
      "App\Providers\EventServiceProvider" => EventServiceProvider {#19
        #listen: array:1 [
          "App\Events\ExampleEvent" => array:1 [
            0 => "App\Listeners\ExampleListener"
          ]
        ]
        #subscribe: []
        #app: Application {#3}
        #defer: false
      }
      "Barryvdh\Debugbar\LumenServiceProvider" => LumenServiceProvider {#22
        #app: Application {#3}
        #defer: false
      }
      "Illuminate\Auth\AuthServiceProvider" => AuthServiceProvider {#28
        #app: Application {#3}
        #defer: false
      }
      "Illuminate\Events\EventServiceProvider" => EventServiceProvider {#48
        #app: Application {#3}
        #defer: false
      }
    ]
    #ranServiceBinders: array:4 [
      "registerConfigBindings" => true
      "registerAuthBindings" => true
      "registerEventBindings" => true
      "registerFilesBindings" => true
    ]
    #storagePath: null
    #namespace: null
    +router: Router {#14}
    +availableBindings: array:44 [
      "auth" => "registerAuthBindings"
      "auth.driver" => "registerAuthBindings"
      "Illuminate\Auth\AuthManager" => "registerAuthBindings"
      "Illuminate\Contracts\Auth\Guard" => "registerAuthBindings"
      "Illuminate\Contracts\Auth\Access\Gate" => "registerAuthBindings"
      "Illuminate\Contracts\Broadcasting\Broadcaster" => "registerBroadcastingBindings"
      "Illuminate\Contracts\Broadcasting\Factory" => "registerBroadcastingBindings"
      "Illuminate\Contracts\Bus\Dispatcher" => "registerBusBindings"
      "cache" => "registerCacheBindings"
      "cache.store" => "registerCacheBindings"
      "Illuminate\Contracts\Cache\Factory" => "registerCacheBindings"
      "Illuminate\Contracts\Cache\Repository" => "registerCacheBindings"
      "composer" => "registerComposerBindings"
      "config" => "registerConfigBindings"
      "db" => "registerDatabaseBindings"
      "Illuminate\Database\Eloquent\Factory" => "registerDatabaseBindings"
      "filesystem" => "registerFilesystemBindings"
      "filesystem.cloud" => "registerFilesystemBindings"
      "filesystem.disk" => "registerFilesystemBindings"
      "Illuminate\Contracts\Filesystem\Cloud" => "registerFilesystemBindings"
      "Illuminate\Contracts\Filesystem\Filesystem" => "registerFilesystemBindings"
      "Illuminate\Contracts\Filesystem\Factory" => "registerFilesystemBindings"
      "encrypter" => "registerEncrypterBindings"
      "Illuminate\Contracts\Encryption\Encrypter" => "registerEncrypterBindings"
      "events" => "registerEventBindings"
      "Illuminate\Contracts\Events\Dispatcher" => "registerEventBindings"
      "files" => "registerFilesBindings"
      "hash" => "registerHashBindings"
      "Illuminate\Contracts\Hashing\Hasher" => "registerHashBindings"
      "log" => "registerLogBindings"
      "Psr\Log\LoggerInterface" => "registerLogBindings"
      "queue" => "registerQueueBindings"
      "queue.connection" => "registerQueueBindings"
      "Illuminate\Contracts\Queue\Factory" => "registerQueueBindings"
      "Illuminate\Contracts\Queue\Queue" => "registerQueueBindings"
      "router" => "registerRouterBindings"
      "Psr\Http\Message\ServerRequestInterface" => "registerPsrRequestBindings"
      "Psr\Http\Message\ResponseInterface" => "registerPsrResponseBindings"
      "translator" => "registerTranslationBindings"
      "url" => "registerUrlGeneratorBindings"
      "validator" => "registerValidatorBindings"
      "Illuminate\Contracts\Validation\Factory" => "registerValidatorBindings"
      "view" => "registerViewBindings"
      "Illuminate\Contracts\View\Factory" => "registerViewBindings"
    ]
    #resolved: array:8 [
      "config" => true
      "auth" => true
      "events" => true
      "Barryvdh\Debugbar\LaravelDebugbar" => true
      "Barryvdh\Debugbar\Middleware\InjectDebugbar" => true
      "files" => true
      "Illuminate\Contracts\Auth\Access\Gate" => true
      "Barryvdh\Debugbar\DataCollector\GateCollector" => true
    ]
    #bindings: array:12 [
      "config" => array:2 [
        "concrete" => Closure() {#12
          class: "Laravel\Lumen\Application"
          this: Application {#3}
        }
        "shared" => true
      ]
      "Illuminate\Contracts\Debug\ExceptionHandler" => array:2 [
        "concrete" => Closure($container, $parameters = []) {#15
          class: "Illuminate\Container\Container"
          this: Application {#3}
          use: {
            $abstract: "Illuminate\Contracts\Debug\ExceptionHandler"
            $concrete: "App\Exceptions\Handler"
          }
        }
        "shared" => true
      ]
      "Illuminate\Contracts\Console\Kernel" => array:2 [
        "concrete" => Closure($container, $parameters = []) {#16
          class: "Illuminate\Container\Container"
          this: Application {#3}
          use: {
            $abstract: "Illuminate\Contracts\Console\Kernel"
            $concrete: "App\Console\Kernel"
          }
        }
        "shared" => true
      ]
      "Barryvdh\Debugbar\LaravelDebugbar" => array:2 [
        "concrete" => Closure() {#23
          class: "Barryvdh\Debugbar\ServiceProvider"
          this: LumenServiceProvider {#22}
        }
        "shared" => true
      ]
      "command.debugbar.clear" => array:2 [
        "concrete" => Closure($app) {#20
          class: "Barryvdh\Debugbar\ServiceProvider"
          this: LumenServiceProvider {#22}
        }
        "shared" => true
      ]
      "auth" => array:2 [
        "concrete" => Closure($app) {#42
          class: "Illuminate\Auth\AuthServiceProvider"
          this: AuthServiceProvider {#28}
        }
        "shared" => true
      ]
      "auth.driver" => array:2 [
        "concrete" => Closure($app) {#33
          class: "Illuminate\Auth\AuthServiceProvider"
          this: AuthServiceProvider {#28}
        }
        "shared" => true
      ]
      "Illuminate\Contracts\Auth\Access\Gate" => array:2 [
        "concrete" => Closure($app) {#40
          class: "Illuminate\Auth\AuthServiceProvider"
          this: AuthServiceProvider {#28}
        }
        "shared" => true
      ]
      "Illuminate\Contracts\Auth\Authenticatable" => array:2 [
        "concrete" => Closure($app) {#27
          class: "Illuminate\Auth\AuthServiceProvider"
          this: AuthServiceProvider {#28}
        }
        "shared" => false
      ]
      "auth.loaded" => array:2 [
        "concrete" => Closure() {#38
          class: "Illuminate\Container\Container"
          this: Application {#3}
          use: {
            $value: true
          }
        }
        "shared" => false
      ]
      "events" => array:2 [
        "concrete" => Closure($app) {#50
          class: "Illuminate\Events\EventServiceProvider"
          this: EventServiceProvider {#48}
        }
        "shared" => true
      ]
      "files" => array:2 [
        "concrete" => Closure() {#60
          class: "Laravel\Lumen\Application"
          this: Application {#3}
        }
        "shared" => true
      ]
    ]
    #methodBindings: []
    #instances: array:11 [
      "app" => Application {#3}
      "Laravel\Lumen\Application" => Application {#3}
      "path" => "/home/theynet/public_html/vaillant/app"
      "config" => Repository {#2
        #items: array:2 [
          "debugbar" => array:13 [
            "enabled" => true
            "except" => array:1 [
              0 => "telescope*"
            ]
            "storage" => array:5 [
              "enabled" => true
              "driver" => "file"
              "path" => "/home/theynet/public_html/vaillant/storage/debugbar"
              "connection" => null
              "provider" => ""
            ]
            "include_vendors" => true
            "capture_ajax" => true
            "add_ajax_timing" => false
            "error_handler" => false
            "clockwork" => false
            "collectors" => array:21 [
              "phpinfo" => true
              "messages" => true
              "time" => true
              "memory" => true
              "exceptions" => true
              "log" => true
              "db" => true
              "views" => true
              "route" => true
              "auth" => true
              "gate" => true
              "session" => true
              "symfony_request" => true
              "mail" => true
              "laravel" => false
              "events" => false
              "default_request" => false
              "logs" => false
              "files" => false
              "config" => false
              "cache" => false
            ]
            "options" => array:7 [
              "auth" => array:1 [
                "show_name" => true
              ]
              "db" => array:5 [
                "with_params" => true
                "backtrace" => true
                "timeline" => false
                "explain" => array:2 [
                  "enabled" => false
                  "types" => array:1 [
                    0 => "SELECT"
                  ]
                ]
                "hints" => true
              ]
              "mail" => array:1 [
                "full_log" => false
              ]
              "views" => array:1 [
                "data" => false
              ]
              "route" => array:1 [
                "label" => true
              ]
              "logs" => array:1 [
                "file" => null
              ]
              "cache" => array:1 [
                "values" => true
              ]
            ]
            "inject" => true
            "route_prefix" => "_debugbar"
            "route_domain" => null
          ]
          "auth" => array:4 [
            "defaults" => array:1 [
              "guard" => "api"
            ]
            "guards" => array:1 [
              "api" => array:1 [
                "driver" => "api"
              ]
            ]
            "providers" => []
            "passwords" => []
          ]
        ]
      }
      "env" => "local"
      "Illuminate\Http\Request" => Request {#41
        #json: null
        #convertedFiles: null
        #userResolver: Closure($guard = null) {#75
          class: "Illuminate\Auth\AuthServiceProvider"
          this: AuthServiceProvider {#28}
          use: {
            $app: Application {#3}
          }
        }
        #routeResolver: Closure() {#26
          class: "Laravel\Lumen\Application"
          this: Application {#3}
        }
        +attributes: ParameterBag {#43
          #parameters: []
        }
        +request: ParameterBag {#49
          #parameters: []
        }
        +query: ParameterBag {#49}
        +server: ServerBag {#45
          #parameters: array:60 [
            "USER" => "theynet"
            "HOME" => "/home/theynet"
            "SCRIPT_NAME" => "/index.php"
            "REQUEST_URI" => "/"
            "QUERY_STRING" => ""
            "REQUEST_METHOD" => "GET"
            "SERVER_PROTOCOL" => "HTTP/2.0"
            "GATEWAY_INTERFACE" => "CGI/1.1"
            "REMOTE_PORT" => "48073"
            "SCRIPT_FILENAME" => "/home/theynet/public_html/vaillant/public/index.php"
            "SERVER_ADMIN" => "webmaster@vaillant.they.net.pl"
            "CONTEXT_DOCUMENT_ROOT" => "/home/theynet/public_html/vaillant/public"
            "CONTEXT_PREFIX" => ""
            "REQUEST_SCHEME" => "https"
            "DOCUMENT_ROOT" => "/home/theynet/public_html/vaillant/public"
            "REMOTE_ADDR" => "216.73.216.144"
            "SERVER_PORT" => "443"
            "SERVER_ADDR" => "37.187.131.190"
            "SERVER_NAME" => "www.vaillant.they.net.pl"
            "SERVER_SOFTWARE" => "Apache"
            "SERVER_SIGNATURE" => ""
            "PATH" => "/usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin"
            "HTTP_HOST" => "www.vaillant.they.net.pl"
            "HTTP_ACCEPT_ENCODING" => "gzip, br, zstd, deflate"
            "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
            "HTTP_ACCEPT" => "*/*"
            "proxy-nokeepalive" => "1"
            "H2_STREAM_TAG" => "24904-250-3"
            "H2_STREAM_ID" => "3"
            "H2_PUSHED_ON" => ""
            "H2_PUSHED" => ""
            "H2_PUSH" => "off"
            "H2PUSH" => "off"
            "HTTP2" => "on"
            "SSL_TLS_SNI" => "www.vaillant.they.net.pl"
            "HTTPS" => "on"
            "UNIQUE_ID" => "aTetHgKkOn8AYPIjAeDhJgAFxxE"
            "FCGI_ROLE" => "RESPONDER"
            "PHP_SELF" => "/index.php"
            "REQUEST_TIME_FLOAT" => 1765256478.0646
            "REQUEST_TIME" => 1765256478
            "argv" => []
            "argc" => 0
            "APP_NAME" => "Lumen"
            "APP_ENV" => "local"
            "APP_KEY" => "lkjasdfljhgjhasfiuqwerasdfjhgasdf"
            "APP_DEBUG" => "true"
            "APP_URL" => "http://localhost:8000"
            "APP_TIMEZONE" => "UTC"
            "LOG_CHANNEL" => "stack"
            "LOG_SLACK_WEBHOOK_URL" => ""
            "DB_CONNECTION" => "mysql"
            "DB_HOST" => "127.0.0.1"
            "DB_PORT" => "3306"
            "DB_DATABASE" => "homestead"
            "DB_USERNAME" => "homestead"
            "DB_PASSWORD" => "secret"
            "CACHE_DRIVER" => "file"
            "QUEUE_CONNECTION" => "sync"
            "DEBUGBAR_ENABLED" => "true"
          ]
        }
        +files: FileBag {#46
          #parameters: []
        }
        +cookies: ParameterBag {#44
          #parameters: []
        }
        +headers: HeaderBag {#47
          #headers: array:4 [
            "host" => array:1 [
              0 => "www.vaillant.they.net.pl"
            ]
            "accept-encoding" => array:1 [
              0 => "gzip, br, zstd, deflate"
            ]
            "user-agent" => array:1 [
              0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
            ]
            "accept" => array:1 [
              0 => "*/*"
            ]
          ]
          #cacheControl: []
        }
        #content: null
        #languages: null
        #charsets: null
        #encodings: null
        #acceptableContentTypes: null
        #pathInfo: "/"
        #requestUri: "/"
        #baseUrl: ""
        #basePath: null
        #method: "GET"
        #format: null
        #session: null
        #locale: null
        #defaultLocale: "en"
        -isHostValid: true
        -isForwardedValid: true
        basePath: ""
        format: "html"
      }
      "auth" => AuthManager {#39
        #app: Application {#3}
        #customCreators: array:1 [
          "api" => Closure() {#34
            class: "Illuminate\Auth\AuthManager"
            this: AuthManager {#39}
            use: {
              $callback: Closure {#31 …}
            }
          }
        ]
        #guards: []
        #userResolver: Closure($guard = null) {#35
          class: "Illuminate\Auth\AuthManager"
          this: AuthManager {#39}
        }
        #customProviderCreators: []
      }
      "events" => Dispatcher {#51
        #container: Application {#3}
        #listeners: array:1 [
          "App\Events\ExampleEvent" => array:1 [
            0 => Closure($event, $payload) {#36
              class: "Illuminate\Events\Dispatcher"
              this: Dispatcher {#51}
              use: {
                $listener: "App\Listeners\ExampleListener"
                $wildcard: false
              }
            }
          ]
        ]
        #wildcards: array:1 [
          "composing:*" => array:1 [
            0 => Closure($event, $payload) {#72
              class: "Illuminate\Events\Dispatcher"
              this: Dispatcher {#51}
              use: {
                $listener: Closure {#71 …}
                $wildcard: true
              }
            }
          ]
        ]
        #wildcardsCache: []
        #queueResolver: Closure() {#52
          class: "Illuminate\Events\EventServiceProvider"
          this: EventServiceProvider {#48}
          use: {
            $app: Application {#3}
          }
        }
      }
      "Barryvdh\Debugbar\LaravelDebugbar" => LaravelDebugbar {#61
        #app: Application {#3}
        #version: "Lumen (5.8.8) (Laravel Components 5.8.*)"
        #booted: true
        #enabled: true
        #is_lumen: true
        #collectors: array:8 [
          "php" => PhpInfoCollector {#57
            #dataFormater: null
            #varDumper: null
            #xdebugLinkTemplate: ""
            #xdebugShouldUseAjax: false
            #xdebugReplacements: []
          }
          "messages" => MessagesCollector {#63
            #name: "messages"
            #messages: []
            #aggregates: []
            #dataFormater: null
            #varDumper: null
            #useHtmlVarDumper: true
          }
          "time" => TimeDataCollector {#64
            #requestStartTime: 1765256478.0646
            #requestEndTime: null
            #startedMeasures: array:1 [
              "application" => array:3 [
                "label" => "Application"
                "start" => 1765256478.0672
                "collector" => null
              ]
            ]
            #measures: []
            #dataFormater: null
            #varDumper: null
            #xdebugLinkTemplate: ""
            #xdebugShouldUseAjax: false
            #xdebugReplacements: []
          }
          "memory" => MemoryCollector {#65
            #realUsage: false
            #peakUsage: 0
            #dataFormater: null
            #varDumper: null
            #xdebugLinkTemplate: ""
            #xdebugShouldUseAjax: false
            #xdebugReplacements: []
          }
          "exceptions" => ExceptionsCollector {#66
            #exceptions: []
            #chainExceptions: true
            #dataFormater: null
            #varDumper: null
            #xdebugLinkTemplate: ""
            #xdebugShouldUseAjax: false
            #xdebugReplacements: []
          }
          "views" => ViewCollector {#67
            #templates: []
            #collect_data: false
            #dataFormater: SimpleFormatter {#68
              +"cloner": VarCloner {#69 …7}
              +"dumper": CliDumper {#70
                #colors: null
                #maxStringWidth: 0
                #styles: array:12 [
                  "default" => "38;5;208"
                  "num" => "1;38;5;38"
                  "const" => "1;38;5;208"
                  "str" => "1;38;5;113"
                  "note" => "38;5;38"
                  "ref" => "38;5;247"
                  "public" => ""
                  "protected" => ""
                  "private" => ""
                  "meta" => "38;5;170"
                  "key" => "38;5;113"
                  "index" => "38;5;38"
                ]
                #collapseNextHash: false
                #expandNextHash: false
                -displayOptions: array:1 [
                  "fileLinkFormat" => "file://%f"
                ]
                -handlesHrefGracefully: null
                #line: ""
                #lineDumper: array:2 [
                  0 => CliDumper {#70}
                  1 => "echoLine"
                ]
                #outputStream: stream resource @4
                  timed_out: false
                  blocked: true
                  eof: false
                  wrapper_type: "PHP"
                  stream_type: "STDIO"
                  mode: "wb"
                  unread_bytes: 0
                  seekable: false
                  uri: "php://stdout"
                  options: []
                }
                #decimalPoint: "."
                #indentPad: "  "
                #flags: 0
                -charset: "CP1252"
              }
            }
            #varDumper: null
            #xdebugLinkTemplate: ""
            #xdebugShouldUseAjax: false
            #xdebugReplacements: []
            +"name": "views"
          }
          "auth" => MultiAuthCollector {#73
            #guards: array:1 [
              0 => "api"
            ]
            #auth: AuthManager {#39}
            #showName: true
            #dataFormater: null
            #varDumper: null
            #xdebugLinkTemplate: ""
            #xdebugShouldUseAjax: false
            #xdebugReplacements: []
          }
          "gate" => GateCollector {#79
            #name: "gate"
            #messages: []
            #aggregates: []
            #dataFormater: SimpleFormatter {#80
              +"cloner": VarCloner {#81 …7}
              +"dumper": CliDumper {#82
                #colors: null
                #maxStringWidth: 0
                #styles: array:12 [
                  "default" => "38;5;208"
                  "num" => "1;38;5;38"
                  "const" => "1;38;5;208"
                  "str" => "1;38;5;113"
                  "note" => "38;5;38"
                  "ref" => "38;5;247"
                  "public" => ""
                  "protected" => ""
                  "private" => ""
                  "meta" => "38;5;170"
                  "key" => "38;5;113"
                  "index" => "38;5;38"
                ]
                #collapseNextHash: false
                #expandNextHash: false
                -displayOptions: array:1 [
                  "fileLinkFormat" => "file://%f"
                ]
                -handlesHrefGracefully: null
                #line: ""
                #lineDumper: array:2 [
                  0 => CliDumper {#82}
                  1 => "echoLine"
                ]
                #outputStream: stream resource @4
                #decimalPoint: "."
                #indentPad: "  "
                #flags: 0
                -charset: "CP1252"
              }
            }
            #varDumper: null
            #useHtmlVarDumper: true
          }
        ]
        #data: null
        #jsRenderer: JavascriptRenderer {#76
          #ajaxHandlerBindToJquery: false
          #ajaxHandlerBindToXHR: true
          #debugBar: LaravelDebugbar {#61}
          #baseUrl: "/vendor/maximebf/debugbar/src/DebugBar/Resources"
          #basePath: "/home/theynet/public_html/vaillant/vendor/maximebf/debugbar/src/DebugBar/Resources"
          #cssVendors: array:2 [
            "fontawesome" => "/home/theynet/public_html/vaillant/vendor/barryvdh/laravel-debugbar/src/Resources/vendor/font-awesome/style.css"
            "highlightjs" => "vendor/highlightjs/styles/github.css"
          ]
          #jsVendors: array:2 [
            "jquery" => "vendor/jquery/dist/jquery.min.js"
            "highlightjs" => "vendor/highlightjs/highlight.pack.js"
          ]
          #includeVendors: true
          #cssFiles: array:4 [
            0 => "debugbar.css"
            1 => "widgets.css"
            2 => "openhandler.css"
            "laravel" => "/home/theynet/public_html/vaillant/vendor/barryvdh/laravel-debugbar/src/Resources/laravel-debugbar.css"
          ]
          #jsFiles: array:5 [
            0 => "debugbar.js"
            1 => "widgets.js"
            2 => "openhandler.js"
            "laravel-sql" => "/home/theynet/public_html/vaillant/vendor/barryvdh/laravel-debugbar/src/Resources/sqlqueries/widget.js"
            "laravel-cache" => "/home/theynet/public_html/vaillant/vendor/barryvdh/laravel-debugbar/src/Resources/cache/widget.js"
          ]
          #additionalAssets: []
          #javascriptClass: "PhpDebugBar.DebugBar"
          #variableName: "phpdebugbar"
          #enableJqueryNoConflict: true
          #useRequireJs: false
          #initialization: 6
          #controls: []
          #ignoredCollectors: []
          #ajaxHandlerClass: "PhpDebugBar.AjaxHandler"
          #ajaxHandlerAutoShow: true
          #openHandlerClass: "PhpDebugBar.OpenHandler"
          #openHandlerUrl: null
        }
        #requestIdGenerator: null
        #requestId: null
        #storage: FilesystemStorage {#58
          #dirname: "/home/theynet/public_html/vaillant/storage/debugbar/"
          #files: Filesystem {#59}
          #gc_lifetime: 24
          #gc_probability: 5
        }
        #httpDriver: null
        #stackSessionNamespace: "PHPDEBUGBAR_STACK_DATA"
        #stackAlwaysUseSessionStorage: false
      }
      "files" => Filesystem {#59}
      "Illuminate\Contracts\Auth\Access\Gate" => Gate {#77
        #container: Application {#3}
        #userResolver: Closure() {#78
          class: "Illuminate\Auth\AuthServiceProvider"
          this: AuthServiceProvider {#28}
          use: {
            $app: Application {#3}
          }
        }
        #abilities: []
        #policies: []
        #beforeCallbacks: []
        #afterCallbacks: array:1 [
          0 => Closure($user = null, $ability, $result, $arguments = []) {#83
            class: "Barryvdh\Debugbar\DataCollector\GateCollector"
            this: GateCollector {#79}
          }
        ]
        #stringCallbacks: []
        #guessPolicyNamesUsingCallback: null
      }
    ]
    #aliases: array:27 [
      "Illuminate\Contracts\Foundation\Application" => "app"
      "Illuminate\Contracts\Auth\Factory" => "auth"
      "Illuminate\Contracts\Auth\Guard" => "auth.driver"
      "Illuminate\Contracts\Cache\Factory" => "cache"
      "Illuminate\Contracts\Cache\Repository" => "cache.store"
      "Illuminate\Contracts\Config\Repository" => "config"
      "Illuminate\Container\Container" => "app"
      "Illuminate\Contracts\Container\Container" => "app"
      "Illuminate\Database\ConnectionResolverInterface" => "db"
      "Illuminate\Database\DatabaseManager" => "db"
      "Illuminate\Contracts\Encryption\Encrypter" => "encrypter"
      "Illuminate\Contracts\Events\Dispatcher" => "events"
      "Illuminate\Contracts\Filesystem\Factory" => "filesystem"
      "Illuminate\Contracts\Filesystem\Filesystem" => "filesystem.disk"
      "Illuminate\Contracts\Filesystem\Cloud" => "filesystem.cloud"
      "Illuminate\Contracts\Hashing\Hasher" => "hash"
      "log" => "Psr\Log\LoggerInterface"
      "Illuminate\Contracts\Queue\Factory" => "queue"
      "Illuminate\Contracts\Queue\Queue" => "queue.connection"
      "request" => "Illuminate\Http\Request"
      "Laravel\Lumen\Routing\Router" => "router"
      "Illuminate\Contracts\Translation\Translator" => "translator"
      "Laravel\Lumen\Routing\UrlGenerator" => "url"
      "Illuminate\Contracts\Validation\Factory" => "validator"
      "Illuminate\Contracts\View\Factory" => "view"
      "DebugBar\DataFormatter\DataFormatterInterface" => "DebugBar\DataFormatter\DataFormatter"
      "debugbar" => "Barryvdh\Debugbar\LaravelDebugbar"
    ]
    #abstractAliases: array:2 [
      "DebugBar\DataFormatter\DataFormatter" => array:1 [
        0 => "DebugBar\DataFormatter\DataFormatterInterface"
      ]
      "Barryvdh\Debugbar\LaravelDebugbar" => array:1 [
        0 => "debugbar"
      ]
    ]
    #extenders: []
    #tags: []
    #buildStack: []
    #with: []
    +contextual: []
    #reboundCallbacks: array:2 [
      "Illuminate\Http\Request" => array:1 [
        0 => Closure($app, $request) {#25
          class: "Illuminate\Auth\AuthServiceProvider"
          this: AuthServiceProvider {#28}
        }
      ]
      "events" => array:1 [
        0 => Closure($app, $dispatcher) {#37
          class: "Illuminate\Auth\AuthServiceProvider"
          this: AuthServiceProvider {#28}
        }
      ]
    ]
    #globalResolvingCallbacks: []
    #globalAfterResolvingCallbacks: []
    #resolvingCallbacks: []
    #afterResolvingCallbacks: []
    #middleware: array:1 [
      0 => "Barryvdh\Debugbar\Middleware\InjectDebugbar"
    ]
    #routeMiddleware: []
    #currentRoute: array:3 [
      0 => true
      1 => array:1 [
        0 => Closure() {#24
          use: {
            $router: Router {#14}
          }
        }
      ]
      2 => []
    ]
    #dispatcher: null
  }
  #groupStack: []
  #routes: array:10 [
    "GET/uploadForm" => array:3 [
      "method" => "GET"
      "uri" => "/uploadForm"
      "action" => array:1 [
        "uses" => "App\Http\Controllers\MainController@uploadForm"
      ]
    ]
    "GET/uploadXLSX" => array:3 [
      "method" => "GET"
      "uri" => "/uploadXLSX"
      "action" => array:1 [
        "uses" => "App\Http\Controllers\MainController@index"
      ]
    ]
    "POST/uploadXLSX" => array:3 [
      "method" => "POST"
      "uri" => "/uploadXLSX"
      "action" => array:1 [
        "uses" => "App\Http\Controllers\MainController@uploadXLSX"
      ]
    ]
    "GET/" => array:3 [
      "method" => "GET"
      "uri" => "/"
      "action" => array:1 [
        0 => Closure() {#24}
      ]
    ]
    "GET/_debugbar/open" => array:3 [
      "method" => "GET"
      "uri" => "/_debugbar/open"
      "action" => array:3 [
        "uses" => "Barryvdh\Debugbar\Controllers\OpenHandlerController@handle"
        "as" => "debugbar.openhandler"
        "middleware" => array:1 [
          0 => "Barryvdh\Debugbar\Middleware\DebugbarEnabled"
        ]
      ]
    ]
    "GET/_debugbar/clockwork/{id}" => array:3 [
      "method" => "GET"
      "uri" => "/_debugbar/clockwork/{id}"
      "action" => array:3 [
        "uses" => "Barryvdh\Debugbar\Controllers\OpenHandlerController@clockwork"
        "as" => "debugbar.clockwork"
        "middleware" => array:1 [
          0 => "Barryvdh\Debugbar\Middleware\DebugbarEnabled"
        ]
      ]
    ]
    "GET/_debugbar/telescope/{id}" => array:3 [
      "method" => "GET"
      "uri" => "/_debugbar/telescope/{id}"
      "action" => array:3 [
        "uses" => "Barryvdh\Debugbar\Controllers\TelescopeController@show"
        "as" => "debugbar.telescope"
        "middleware" => array:1 [
          0 => "Barryvdh\Debugbar\Middleware\DebugbarEnabled"
        ]
      ]
    ]
    "GET/_debugbar/assets/stylesheets" => array:3 [
      "method" => "GET"
      "uri" => "/_debugbar/assets/stylesheets"
      "action" => array:3 [
        "uses" => "Barryvdh\Debugbar\Controllers\AssetController@css"
        "as" => "debugbar.assets.css"
        "middleware" => array:1 [
          0 => "Barryvdh\Debugbar\Middleware\DebugbarEnabled"
        ]
      ]
    ]
    "GET/_debugbar/assets/javascript" => array:3 [
      "method" => "GET"
      "uri" => "/_debugbar/assets/javascript"
      "action" => array:3 [
        "uses" => "Barryvdh\Debugbar\Controllers\AssetController@js"
        "as" => "debugbar.assets.js"
        "middleware" => array:1 [
          0 => "Barryvdh\Debugbar\Middleware\DebugbarEnabled"
        ]
      ]
    ]
    "DELETE/_debugbar/cache/{key}/{tags?}" => array:3 [
      "method" => "DELETE"
      "uri" => "/_debugbar/cache/{key}/{tags?}"
      "action" => array:3 [
        "uses" => "Barryvdh\Debugbar\Controllers\CacheController@delete"
        "as" => "debugbar.cache.delete"
        "middleware" => array:1 [
          0 => "Barryvdh\Debugbar\Middleware\DebugbarEnabled"
        ]
      ]
    ]
  ]
  +namedRoutes: array:6 [
    "debugbar.openhandler" => "/_debugbar/open"
    "debugbar.clockwork" => "/_debugbar/clockwork/{id}"
    "debugbar.telescope" => "/_debugbar/telescope/{id}"
    "debugbar.assets.css" => "/_debugbar/assets/stylesheets"
    "debugbar.assets.js" => "/_debugbar/assets/javascript"
    "debugbar.cache.delete" => "/_debugbar/cache/{key}/{tags?}"
  ]
}