Remove __CLASS__ from debug logs
This commit is contained in:
@@ -25,7 +25,7 @@ class ProjectModificationDateSubscriber extends BaseSubscriber implements EventS
|
||||
public function execute(GenericEvent $event)
|
||||
{
|
||||
if (isset($event['project_id']) && !$this->isExecuted()) {
|
||||
$this->logger->debug('Subscriber executed: '.__CLASS__.'::'.__METHOD__);
|
||||
$this->logger->debug('Subscriber executed: '.__METHOD__);
|
||||
$this->project->updateModificationDate($event['project_id']);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user