Browse Source

new dns helper class

andre 6 tháng trước cách đây
mục cha
commit
5da6249bdc
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  1. 9 0
      app/Traits/ServerParams.php

+ 9 - 0
app/Traits/ServerParams.php

@@ -59,6 +59,15 @@ trait ServerParams
     public function getServerParamsById($id)
     {
         $server = Server::where('id', $id)->first();
+
+        logModuleCall(
+    		'ServerParams',
+	    	__FUNCTION__,
+            $id,
+    		'Debug',
+	    	$server
+    	);
+
         if ($server)
         {
             return [