Spaces:
No application file
No application file
namespace Mautic\ReportBundle\Event; | |
use Mautic\ReportBundle\Entity\Report; | |
class PermanentReportFileCreatedEvent extends AbstractReportEvent | |
{ | |
public function __construct(Report $report) | |
{ | |
$this->report = $report; | |
} | |
} | |