^ ErrorException {#237
  #message: "Trying to get property 'mon' of non-object (View: /home/tptd.org/public_html/resources/views/web/self_study/index.blade.php)"
  #code: 0
  #file: "/home/tptd.org/public_html/storage/framework/views/46bf828bd17282028e39cc8b495e9a0bc8e6ef8c.php"
  #line: 125
  -previous: ErrorException {#232
    #message: "Trying to get property 'mon' of non-object"
    #code: 0
    #file: "/home/tptd.org/public_html/storage/framework/views/46bf828bd17282028e39cc8b495e9a0bc8e6ef8c.php"
    #line: 125
    #severity: E_NOTICE
    trace: {
      /home/tptd.org/public_html/storage/framework/views/46bf828bd17282028e39cc8b495e9a0bc8e6ef8c.php:125 {
        include …
        › 
        › <?php if($objDate->mon == 1): ?>
        ›     <span class="badge bg-danger text-11px">ចន្ទ</span>
        arguments: {
          8
          "Trying to get property 'mon' of non-object"
          "/home/tptd.org/public_html/storage/framework/views/46bf828bd17282028e39cc8b495e9a0bc8e6ef8c.php"
          125
          array:11 [ …11]
        }
      }
      /home/tptd.org/public_html/vendor/illuminate/view/Engines/PhpEngine.php:43 {
        Illuminate\View\Engines\PhpEngine->evaluatePath($__path, $__data) …
        › try {
        ›     include $__path;
        › } catch (Exception $e) {
        arguments: {
          "/home/tptd.org/public_html/storage/framework/views/46bf828bd17282028e39cc8b495e9a0bc8e6ef8c.php"
        }
      }
      /home/tptd.org/public_html/vendor/illuminate/view/Engines/CompilerEngine.php:59 {
        Illuminate\View\Engines\CompilerEngine->get($path, array $data = []) …
        › // which have been rendered for right exception messages to be generated.
        › $results = $this->evaluatePath($compiled, $data);
        › 
        arguments: {
          $__path: "/home/tptd.org/public_html/storage/framework/views/46bf828bd17282028e39cc8b495e9a0bc8e6ef8c.php"
          $__data: array:3 [ …3]
        }
      }
      /home/tptd.org/public_html/vendor/illuminate/view/View.php:143 {
        Illuminate\View\View->getContents() …
        › {
        ›     return $this->engine->get($this->path, $this->gatherData());
        › }
        arguments: {
          $path: "/home/tptd.org/public_html/resources/views/web/self_study/index.blade.php"
          $data: array:3 [ …3]
        }
      }
      /home/tptd.org/public_html/vendor/illuminate/view/View.php:126 {
        Illuminate\View\View->renderContents() …
        › 
        › $contents = $this->getContents();
        › 
      }
      /home/tptd.org/public_html/vendor/illuminate/view/View.php:91 {
        Illuminate\View\View->render(callable $callback = null) …
        › try {
        ›     $contents = $this->renderContents();
        › 
      }
      /home/tptd.org/public_html/vendor/illuminate/http/Response.php:42 {
        Illuminate\Http\Response->setContent($content) …
        › elseif ($content instanceof Renderable) {
        ›     $content = $content->render();
        › }
      }
      /home/tptd.org/public_html/vendor/symfony/http-foundation/Response.php:202 {
        Symfony\Component\HttpFoundation\Response->__construct($content = '', int $status = 200, array $headers = []) …
        › $this->headers = new ResponseHeaderBag($headers);
        › $this->setContent($content);
        › $this->setStatusCode($status);
        arguments: {
          $content: Illuminate\View\View {#126 …}
        }
      }
      /home/tptd.org/public_html/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:436 {
        Laravel\Lumen\Application->prepareResponse($response) …
        › } elseif (! $response instanceof SymfonyResponse) {
        ›     $response = new Response($response);
        › } elseif ($response instanceof BinaryFileResponse) {
        arguments: {
          $content: Illuminate\View\View {#126 …}
        }
      }
      /home/tptd.org/public_html/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:376 {
        Laravel\Lumen\Application->callControllerCallable(callable $callable, array $parameters = []) …
        › return $this->prepareResponse(
        ›     $this->call($callable, $parameters)
        › );
        arguments: {
          $response: Illuminate\View\View {#126 …}
        }
      }
      /home/tptd.org/public_html/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:342 {
        Laravel\Lumen\Application->callLumenController($instance, $method, $routeInfo) …
        › return $this->callControllerCallable(
        ›     [$instance, $method], $routeInfo[2]
        › );
        arguments: {
          $callable: array:2 [ …2]
          $parameters: []
        }
      }
      /home/tptd.org/public_html/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:316 {
        Laravel\Lumen\Application->callControllerAction($routeInfo) …
        › if ($instance instanceof LumenController) {
        ›     return $this->callLumenController($instance, $method, $routeInfo);
        › } else {
        arguments: {
          $instance: App\Http\Controllers\WebController {#115 …}
          $method: "selfStudy"
          $routeInfo: array:3 [ …3]
        }
      }
      /home/tptd.org/public_html/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:278 {
        Laravel\Lumen\Application->callActionOnArrayBasedRoute($routeInfo) …
        › if (isset($action['uses'])) {
        ›     return $this->prepareResponse($this->callControllerAction($routeInfo));
        › }
        arguments: {
          $routeInfo: array:3 [ …3]
        }
      }
      /home/tptd.org/public_html/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:263 {
        Laravel\Lumen\Application->handleFoundRoute($routeInfo) …
        › return $this->prepareResponse(
        ›     $this->callActionOnArrayBasedRoute($routeInfo)
        › );
        arguments: {
          $routeInfo: array:3 [ …3]
        }
      }
      /home/tptd.org/public_html/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:165 {
        Laravel\Lumen\Application->Laravel\Lumen\Concerns\{closure} …
        › if (isset($this->router->getRoutes()[$method.$pathInfo])) {
        ›     return $this->handleFoundRoute([true, $this->router->getRoutes()[$method.$pathInfo]['action'], []]);
        › }
        arguments: {
          $routeInfo: array:3 [ …3]
        }
      }
      Laravel\Lumen\Application->Laravel\Lumen\Concerns\{closure}() {}
      /home/tptd.org/public_html/vendor/laravel/lumen-framework/src/Routing/Pipeline.php:52 {
        Laravel\Lumen\Routing\Pipeline->Laravel\Lumen\Routing\{closure} …
        › try {
        ›     return call_user_func($destination, $passable);
        › } catch (Exception $e) {
        arguments: {
          $function_name: Closure($request) {#72 …}
          ...$parameters: {
            Laravel\Lumen\Http\Request {#84 …}
          }
        }
      }
      /home/tptd.org/public_html/vendor/barryvdh/laravel-debugbar/src/Middleware/InjectDebugbar.php:58 {
        Barryvdh\Debugbar\Middleware\InjectDebugbar->handle($request, Closure $next) …
        › if (!$this->debugbar->isEnabled() || $this->inExceptArray($request)) {
        ›     return $next($request);
        › }
        arguments: {
          Laravel\Lumen\Http\Request {#84 …}
        }
      }
      /home/tptd.org/public_html/vendor/illuminate/pipeline/Pipeline.php:171 {
        Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
        › $carry = method_exists($pipe, $this->method)
        ›                 ? $pipe->{$this->method}(...$parameters)
        ›                 : $pipe(...$parameters);
        arguments: {
          $request: Laravel\Lumen\Http\Request {#84 …}
          $next: Closure($passable) {#100 …}
        }
      }
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() {}
      /home/tptd.org/public_html/vendor/laravel/lumen-framework/src/Routing/Pipeline.php:32 {
        Laravel\Lumen\Routing\Pipeline->Laravel\Lumen\Routing\{closure} …
        › 
        ›     return call_user_func($slice($stack, $pipe), $passable);
        › } catch (Exception $e) {
        arguments: {
          $function_name: Closure($passable) {#102 …}
          ...$parameters: {
            Laravel\Lumen\Http\Request {#84 …}
          }
        }
      }
      /home/tptd.org/public_html/vendor/illuminate/session/Middleware/StartSession.php:56 {
        Illuminate\Session\Middleware\StartSession->handle($request, Closure $next) …
        › 
        › $response = $next($request);
        › 
        arguments: {
          Laravel\Lumen\Http\Request {#84 …}
        }
      }
      /home/tptd.org/public_html/vendor/illuminate/pipeline/Pipeline.php:171 {
        Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
        › $carry = method_exists($pipe, $this->method)
        ›                 ? $pipe->{$this->method}(...$parameters)
        ›                 : $pipe(...$parameters);
        arguments: {
          $request: Laravel\Lumen\Http\Request {#84 …}
          $next: Closure($passable) {#100 …}
        }
      }
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() {}
      /home/tptd.org/public_html/vendor/laravel/lumen-framework/src/Routing/Pipeline.php:32 {
        Laravel\Lumen\Routing\Pipeline->Laravel\Lumen\Routing\{closure} …
        › 
        ›     return call_user_func($slice($stack, $pipe), $passable);
        › } catch (Exception $e) {
        arguments: {
          $function_name: Closure($passable) {#102 …}
          ...$parameters: {
            Laravel\Lumen\Http\Request {#84 …}
          }
        }
      }
      /home/tptd.org/public_html/app/Http/Middleware/HttpsProtocol.php:18 {
        App\Http\Middleware\HttpsProtocol->handle($request, Closure $next) …
        ›     }
        ›     return $next($request);
        › }
        arguments: {
          Laravel\Lumen\Http\Request {#84 …}
        }
      }
      /home/tptd.org/public_html/vendor/illuminate/pipeline/Pipeline.php:171 {
        Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
        › $carry = method_exists($pipe, $this->method)
        ›                 ? $pipe->{$this->method}(...$parameters)
        ›                 : $pipe(...$parameters);
        arguments: {
          $request: Laravel\Lumen\Http\Request {#84 …}
          $next: Closure($passable) {#100 …}
        }
      }
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() {}
      /home/tptd.org/public_html/vendor/laravel/lumen-framework/src/Routing/Pipeline.php:32 {
        Laravel\Lumen\Routing\Pipeline->Laravel\Lumen\Routing\{closure} …
        › 
        ›     return call_user_func($slice($stack, $pipe), $passable);
        › } catch (Exception $e) {
        arguments: {
          $function_name: Closure($passable) {#102 …}
          ...$parameters: {
            Laravel\Lumen\Http\Request {#84 …}
          }
        }
      }
      /home/tptd.org/public_html/vendor/illuminate/pipeline/Pipeline.php:105 {
        Illuminate\Pipeline\Pipeline->then(Closure $destination) …
        › 
        ›     return $pipeline($this->passable);
        › }
        arguments: {
          Laravel\Lumen\Http\Request {#84 …}
        }
      }
      /home/tptd.org/public_html/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:413 {
        Laravel\Lumen\Application->sendThroughPipeline(array $middleware, Closure $then) …
        ›         ->through($middleware)
        ›         ->then($then);
        › }
        arguments: {
          $destination: Closure($request) {#72 …}
        }
      }
      /home/tptd.org/public_html/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:171 {
        Laravel\Lumen\Application->dispatch($request = null) …
        ›         );
        ›     });
        › } catch (Throwable $e) {
        arguments: {
          $middleware: array:3 [ …3]
          $then: Closure($request) {#72 …}
        }
      }
      /home/tptd.org/public_html/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:108 {
        Laravel\Lumen\Application->run($request = null) …
        › {
        ›     $response = $this->dispatch($request);
        › 
        arguments: {
          $request: null
        }
      }
      /home/tptd.org/public_html/public/index.php:28 {
        require_once …
        › 
        › $app->run();
        › 
      }
      /home/tptd.org/public_html/server.php:21 {
        › 
        › require_once __DIR__.'/public/index.php';
        › 
        arguments: {
          "/home/tptd.org/public_html/public/index.php"
        }
      }
    }
  }
  #severity: E_ERROR
  trace: {
    /home/tptd.org/public_html/storage/framework/views/46bf828bd17282028e39cc8b495e9a0bc8e6ef8c.php:125 {
      Illuminate\View\Engines\CompilerEngine->handleViewException(Exception $e, $obLevel) …
      › 
      › <?php if($objDate->mon == 1): ?>
      ›     <span class="badge bg-danger text-11px">ចន្ទ</span>
    }
    /home/tptd.org/public_html/vendor/illuminate/view/Engines/PhpEngine.php:45 {
      Illuminate\View\Engines\PhpEngine->evaluatePath($__path, $__data) …
      › } catch (Exception $e) {
      ›     $this->handleViewException($e, $obLevel);
      › } catch (Throwable $e) {
      arguments: {
        $e: ErrorException {#232}
        $obLevel: 1
      }
    }
    /home/tptd.org/public_html/vendor/illuminate/view/Engines/CompilerEngine.php:59 {
      Illuminate\View\Engines\CompilerEngine->get($path, array $data = []) …
      › // which have been rendered for right exception messages to be generated.
      › $results = $this->evaluatePath($compiled, $data);
      › 
      arguments: {
        $__path: "/home/tptd.org/public_html/storage/framework/views/46bf828bd17282028e39cc8b495e9a0bc8e6ef8c.php"
        $__data: array:3 [ …3]
      }
    }
    /home/tptd.org/public_html/vendor/illuminate/view/View.php:143 {
      Illuminate\View\View->getContents() …
      › {
      ›     return $this->engine->get($this->path, $this->gatherData());
      › }
      arguments: {
        $path: "/home/tptd.org/public_html/resources/views/web/self_study/index.blade.php"
        $data: array:3 [ …3]
      }
    }
    /home/tptd.org/public_html/vendor/illuminate/view/View.php:126 {
      Illuminate\View\View->renderContents() …
      › 
      › $contents = $this->getContents();
      › 
    }
    /home/tptd.org/public_html/vendor/illuminate/view/View.php:91 {
      Illuminate\View\View->render(callable $callback = null) …
      › try {
      ›     $contents = $this->renderContents();
      › 
    }
    /home/tptd.org/public_html/vendor/illuminate/http/Response.php:42 {
      Illuminate\Http\Response->setContent($content) …
      › elseif ($content instanceof Renderable) {
      ›     $content = $content->render();
      › }
    }
    /home/tptd.org/public_html/vendor/symfony/http-foundation/Response.php:202 {
      Symfony\Component\HttpFoundation\Response->__construct($content = '', int $status = 200, array $headers = []) …
      › $this->headers = new ResponseHeaderBag($headers);
      › $this->setContent($content);
      › $this->setStatusCode($status);
      arguments: {
        $content: Illuminate\View\View {#126 …}
      }
    }
    /home/tptd.org/public_html/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:436 {
      Laravel\Lumen\Application->prepareResponse($response) …
      › } elseif (! $response instanceof SymfonyResponse) {
      ›     $response = new Response($response);
      › } elseif ($response instanceof BinaryFileResponse) {
      arguments: {
        $content: Illuminate\View\View {#126 …}
      }
    }
    /home/tptd.org/public_html/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:376 {
      Laravel\Lumen\Application->callControllerCallable(callable $callable, array $parameters = []) …
      › return $this->prepareResponse(
      ›     $this->call($callable, $parameters)
      › );
      arguments: {
        $response: Illuminate\View\View {#126 …}
      }
    }
    /home/tptd.org/public_html/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:342 {
      Laravel\Lumen\Application->callLumenController($instance, $method, $routeInfo) …
      › return $this->callControllerCallable(
      ›     [$instance, $method], $routeInfo[2]
      › );
      arguments: {
        $callable: array:2 [ …2]
        $parameters: []
      }
    }
    /home/tptd.org/public_html/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:316 {
      Laravel\Lumen\Application->callControllerAction($routeInfo) …
      › if ($instance instanceof LumenController) {
      ›     return $this->callLumenController($instance, $method, $routeInfo);
      › } else {
      arguments: {
        $instance: App\Http\Controllers\WebController {#115 …}
        $method: "selfStudy"
        $routeInfo: array:3 [ …3]
      }
    }
    /home/tptd.org/public_html/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:278 {
      Laravel\Lumen\Application->callActionOnArrayBasedRoute($routeInfo) …
      › if (isset($action['uses'])) {
      ›     return $this->prepareResponse($this->callControllerAction($routeInfo));
      › }
      arguments: {
        $routeInfo: array:3 [ …3]
      }
    }
    /home/tptd.org/public_html/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:263 {
      Laravel\Lumen\Application->handleFoundRoute($routeInfo) …
      › return $this->prepareResponse(
      ›     $this->callActionOnArrayBasedRoute($routeInfo)
      › );
      arguments: {
        $routeInfo: array:3 [ …3]
      }
    }
    /home/tptd.org/public_html/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:165 {
      Laravel\Lumen\Application->Laravel\Lumen\Concerns\{closure} …
      › if (isset($this->router->getRoutes()[$method.$pathInfo])) {
      ›     return $this->handleFoundRoute([true, $this->router->getRoutes()[$method.$pathInfo]['action'], []]);
      › }
      arguments: {
        $routeInfo: array:3 [ …3]
      }
    }
    Laravel\Lumen\Application->Laravel\Lumen\Concerns\{closure}() {}
    /home/tptd.org/public_html/vendor/laravel/lumen-framework/src/Routing/Pipeline.php:52 {
      Laravel\Lumen\Routing\Pipeline->Laravel\Lumen\Routing\{closure} …
      › try {
      ›     return call_user_func($destination, $passable);
      › } catch (Exception $e) {
      arguments: {
        $function_name: Closure($request) {#72 …}
        ...$parameters: {
          Laravel\Lumen\Http\Request {#84 …}
        }
      }
    }
    /home/tptd.org/public_html/vendor/barryvdh/laravel-debugbar/src/Middleware/InjectDebugbar.php:58 {
      Barryvdh\Debugbar\Middleware\InjectDebugbar->handle($request, Closure $next) …
      › if (!$this->debugbar->isEnabled() || $this->inExceptArray($request)) {
      ›     return $next($request);
      › }
      arguments: {
        Laravel\Lumen\Http\Request {#84 …}
      }
    }
    /home/tptd.org/public_html/vendor/illuminate/pipeline/Pipeline.php:171 {
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
      › $carry = method_exists($pipe, $this->method)
      ›                 ? $pipe->{$this->method}(...$parameters)
      ›                 : $pipe(...$parameters);
      arguments: {
        $request: Laravel\Lumen\Http\Request {#84 …}
        $next: Closure($passable) {#100 …}
      }
    }
    Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() {}
    /home/tptd.org/public_html/vendor/laravel/lumen-framework/src/Routing/Pipeline.php:32 {
      Laravel\Lumen\Routing\Pipeline->Laravel\Lumen\Routing\{closure} …
      › 
      ›     return call_user_func($slice($stack, $pipe), $passable);
      › } catch (Exception $e) {
      arguments: {
        $function_name: Closure($passable) {#102 …}
        ...$parameters: {
          Laravel\Lumen\Http\Request {#84 …}
        }
      }
    }
    /home/tptd.org/public_html/vendor/illuminate/session/Middleware/StartSession.php:56 {
      Illuminate\Session\Middleware\StartSession->handle($request, Closure $next) …
      › 
      › $response = $next($request);
      › 
      arguments: {
        Laravel\Lumen\Http\Request {#84 …}
      }
    }
    /home/tptd.org/public_html/vendor/illuminate/pipeline/Pipeline.php:171 {
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
      › $carry = method_exists($pipe, $this->method)
      ›                 ? $pipe->{$this->method}(...$parameters)
      ›                 : $pipe(...$parameters);
      arguments: {
        $request: Laravel\Lumen\Http\Request {#84 …}
        $next: Closure($passable) {#100 …}
      }
    }
    Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() {}
    /home/tptd.org/public_html/vendor/laravel/lumen-framework/src/Routing/Pipeline.php:32 {
      Laravel\Lumen\Routing\Pipeline->Laravel\Lumen\Routing\{closure} …
      › 
      ›     return call_user_func($slice($stack, $pipe), $passable);
      › } catch (Exception $e) {
      arguments: {
        $function_name: Closure($passable) {#102 …}
        ...$parameters: {
          Laravel\Lumen\Http\Request {#84 …}
        }
      }
    }
    /home/tptd.org/public_html/app/Http/Middleware/HttpsProtocol.php:18 {
      App\Http\Middleware\HttpsProtocol->handle($request, Closure $next) …
      ›     }
      ›     return $next($request);
      › }
      arguments: {
        Laravel\Lumen\Http\Request {#84 …}
      }
    }
    /home/tptd.org/public_html/vendor/illuminate/pipeline/Pipeline.php:171 {
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
      › $carry = method_exists($pipe, $this->method)
      ›                 ? $pipe->{$this->method}(...$parameters)
      ›                 : $pipe(...$parameters);
      arguments: {
        $request: Laravel\Lumen\Http\Request {#84 …}
        $next: Closure($passable) {#100 …}
      }
    }
    Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() {}
    /home/tptd.org/public_html/vendor/laravel/lumen-framework/src/Routing/Pipeline.php:32 {
      Laravel\Lumen\Routing\Pipeline->Laravel\Lumen\Routing\{closure} …
      › 
      ›     return call_user_func($slice($stack, $pipe), $passable);
      › } catch (Exception $e) {
      arguments: {
        $function_name: Closure($passable) {#102 …}
        ...$parameters: {
          Laravel\Lumen\Http\Request {#84 …}
        }
      }
    }
    /home/tptd.org/public_html/vendor/illuminate/pipeline/Pipeline.php:105 {
      Illuminate\Pipeline\Pipeline->then(Closure $destination) …
      › 
      ›     return $pipeline($this->passable);
      › }
      arguments: {
        Laravel\Lumen\Http\Request {#84 …}
      }
    }
    /home/tptd.org/public_html/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:413 {
      Laravel\Lumen\Application->sendThroughPipeline(array $middleware, Closure $then) …
      ›         ->through($middleware)
      ›         ->then($then);
      › }
      arguments: {
        $destination: Closure($request) {#72 …}
      }
    }
    /home/tptd.org/public_html/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:171 {
      Laravel\Lumen\Application->dispatch($request = null) …
      ›         );
      ›     });
      › } catch (Throwable $e) {
      arguments: {
        $middleware: array:3 [ …3]
        $then: Closure($request) {#72 …}
      }
    }
    /home/tptd.org/public_html/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:108 {
      Laravel\Lumen\Application->run($request = null) …
      › {
      ›     $response = $this->dispatch($request);
      › 
      arguments: {
        $request: null
      }
    }
    /home/tptd.org/public_html/public/index.php:28 {
      require_once …
      › 
      › $app->run();
      › 
    }
    /home/tptd.org/public_html/server.php:21 {
      › 
      › require_once __DIR__.'/public/index.php';
      › 
      arguments: {
        "/home/tptd.org/public_html/public/index.php"
      }
    }
  }
}