Pman.php
authorAlan <alan@roojs.com>
Thu, 29 Feb 2024 04:57:19 +0000 (12:57 +0800)
committerAlan <alan@roojs.com>
Thu, 29 Feb 2024 04:57:19 +0000 (12:57 +0800)
Pman.php

index aa20bf1..9c327b0 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -34,6 +34,8 @@
      
  
 require_once 'Pman/Core/AssetTrait.php';
+require_once 'Pman/Core/JsonOutputTrait.php';
+
 
 class Pman extends HTML_FlexyFramework_Page 
 {