Skip to content

Commit

Permalink
[fixed] Added:
Browse files Browse the repository at this point in the history
- UTM model
- UTM manager
- UTM subscriber for the adding UTM in session
- Lead factory
  • Loading branch information
alex-volodin committed Oct 21, 2019
1 parent a4d4777 commit 922b5ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Lead/LeadFactory.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* @author Alexander Volodin <[email protected]>
* @copyright Copyright (c) 2019, Darvin Studio
Expand Down
2 changes: 1 addition & 1 deletion Lead/LeadFactoryInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* @author Alexander Volodin <[email protected]>
* @copyright Copyright (c) 2019, Darvin Studio
Expand Down

0 comments on commit 922b5ce

Please sign in to comment.