From d33c4a549393605d240223dee951149a1b121be8 Mon Sep 17 00:00:00 2001 From: mahdi khanzadi Date: Fri, 14 Jun 2019 14:33:43 +0430 Subject: [PATCH] fix bug --- src/Traits/HasStamps.php | 8 -------- 1 file changed, 8 deletions(-) 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 *