fix gitlab tests
This commit is contained in:
@@ -9,7 +9,7 @@ class CommunicationLogService
|
||||
{
|
||||
public function log(array $payload): void
|
||||
{
|
||||
if (! Schema::hasTable('communication_logs')) {
|
||||
if (!Schema::hasTable('communication_logs')) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user