diff --git a/src/Traits/HasStamps.php b/src/Traits/HasStamps.php index a8a9527..b6c558d 100644 --- a/src/Traits/HasStamps.php +++ b/src/Traits/HasStamps.php @@ -4,14 +4,6 @@ trait HasStamps { - /** - * Defines stamps list - * stamps must be in ['stampName' => 'databaseFieldName'] format - * - * @var array - */ - protected $stamps = []; - /** * Get current timestamp *