Skip to content
Snippets Groups Projects
Commit 7c1f9bae authored by Alex's avatar Alex
Browse files

Correct phpcs issues

parent d827eab4
No related branches found
No related tags found
1 merge request!1Include Wowa Training
Pipeline #5772 failed
......@@ -3,7 +3,6 @@
namespace App\Events;
use Illuminate\Queue\SerializesModels;
class LogTrainingEvent
......
......@@ -31,5 +31,4 @@ class LogTrainingEventListener implements ShouldQueue
'App\Listeners\LogTrainingEventListener@onLog'
);
}
}
......@@ -3,7 +3,6 @@
namespace App;
use Illuminate\Database\Eloquent\Model;
class Log extends Model
......
......@@ -23,6 +23,5 @@ class LogFormatter extends NormalizerFormatter
$el = $record['extra'];
$el['level'] = strtolower($record['level_name']);
$el['message'] = $record['message'];
}
}
......@@ -3,7 +3,6 @@
namespace App\Logging;
use Monolog\Logger;
class LogTraining
......
......@@ -3,7 +3,6 @@
namespace App\Logging;
use App\Log;
use Monolog\Formatter\FormatterInterface;
use Monolog\Handler\AbstractProcessingHandler;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment