post para salvar logs

This commit is contained in:
Reginaldo
2023-07-03 15:19:54 -03:00
parent a77a4e2cb7
commit 6cdfec274d
3 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?php
namespace app\controllers;
class LogController{
public function inserirLog(){
$Log = new Controller();
$Logins = $Log->insertLog();
}
}