Skip to content

Commit b1c497e

Browse files
authored
Update CustomEntityPlugin.php
1 parent 1cd7afb commit b1c497e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Plugin/CustomEntityPlugin.php

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<?php
2-
2+
/**
3+
* Amadeco SmileCustomEntitySeo module
4+
*
5+
* @category Amadeco
6+
* @package Amadeco_SmileCustomEntitySeo
7+
* @copyright Ilan Parmentier
8+
*/
39
declare(strict_types=1);
410

511
namespace Amadeco\SmileCustomEntitySeo\Plugin;
@@ -28,4 +34,4 @@ public function afterGetInterfaceAttributes(CustomEntity $subject, array $result
2834
CustomEntitySeoInterface::META_ROBOTS
2935
]);
3036
}
31-
}
37+
}

0 commit comments

Comments
 (0)