chore: complete update
This commit is contained in:
13
src/Framework/Logging/ProcessLogCommand.php
Normal file
13
src/Framework/Logging/ProcessLogCommand.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Framework\Logging;
|
||||
|
||||
use App\Framework\Database\DatabaseManager;
|
||||
|
||||
final readonly class ProcessLogCommand
|
||||
{
|
||||
public function __construct(
|
||||
public LogRecord $logData,
|
||||
) {}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user