post para salvar logs
This commit is contained in:
9
app/controllers/LogController.php
Normal file
9
app/controllers/LogController.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace app\controllers;
|
||||
|
||||
class LogController{
|
||||
public function inserirLog(){
|
||||
$Log = new Controller();
|
||||
$Logins = $Log->insertLog();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user