mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-22 13:56:09 +01:00
Daniel Siepmann
413afa1851
* Rector result with cgl applied * Fix constructor multi line by hand * Migrate away from prophecy.
7 lines
106 B
PHP
7 lines
106 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
use DanielSiepmann\Tracking\Hooks\DataHandler;
|
|
|
|
DataHandler::register();
|