We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
HasAddress
1 parent 90b7cbf commit dc42339Copy full SHA for dc42339
library/Notifications/Model/Behavior/HasAddress.php
library/Notifications/Model/Contact.php
@@ -6,7 +6,6 @@
6
7
use DateTime;
8
use ipl\Orm\Behavior\BoolCast;
9
-use Icinga\Module\Notifications\Model\Behavior\HasAddress;
10
use ipl\Orm\Behavior\MillisecondTimestamp;
11
use ipl\Orm\Behaviors;
12
use ipl\Orm\Model;
@@ -70,7 +69,6 @@ public function getSearchColumns(): array
70
69
71
public function createBehaviors(Behaviors $behaviors): void
72
{
73
- $behaviors->add(new HasAddress());
74
$behaviors->add(new MillisecondTimestamp(['changed_at']));
75
$behaviors->add(new BoolCast(['deleted']));
76
}
0 commit comments