Skip to content

Commit

Permalink
SQLLogger strict type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Sep 14, 2024
1 parent f433625 commit 553bf1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MultiFlexi/LogToSQL.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
*/
class LogToSQL extends \Ease\SQL\Engine implements \Ease\Logger\Loggingable
{
public $myTable = 'log';
public string $myTable = 'log';
public $companyId;
public $applicationId;
public $userId;

/**
* Saves obejct instace (singleton...).
* Saves object instace (singleton...).
*/
private static $instance;

Expand Down

0 comments on commit 553bf1e

Please sign in to comment.