File tree Expand file tree Collapse file tree 5 files changed +1
-13
lines changed
Expand file tree Collapse file tree 5 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 22
33namespace FiveamCode \LaravelNotionApi \Entities \Blocks ;
44
5- use DateTime ;
65use FiveamCode \LaravelNotionApi \Entities \Entity ;
76use FiveamCode \LaravelNotionApi \Exceptions \HandlingException ;
87use FiveamCode \LaravelNotionApi \Traits \TimestampableEntity ;
Original file line number Diff line number Diff line change 22
33namespace FiveamCode \LaravelNotionApi \Entities ;
44
5- use DateTime ;
6- use FiveamCode \LaravelNotionApi \Entities \Properties \People ;
75use FiveamCode \LaravelNotionApi \Entities \Properties \Property ;
86use FiveamCode \LaravelNotionApi \Exceptions \HandlingException ;
97use FiveamCode \LaravelNotionApi \Traits \TimestampableEntity ;
@@ -77,8 +75,6 @@ class Database extends Entity
7775 */
7876 protected Collection $ properties ;
7977
80-
81-
8278 protected function setResponseData (array $ responseData ): void
8379 {
8480 parent ::setResponseData ($ responseData );
Original file line number Diff line number Diff line change 22
33namespace FiveamCode \LaravelNotionApi \Entities ;
44
5- use Carbon \Carbon ;
6- use DateTime ;
75use FiveamCode \LaravelNotionApi \Exceptions \HandlingException ;
86use FiveamCode \LaravelNotionApi \Exceptions \NotionException ;
97use Illuminate \Support \Arr ;
@@ -69,7 +67,6 @@ protected function setResponseData(array $responseData): void
6967 $ this ->responseData = $ responseData ;
7068 }
7169
72-
7370 protected function fillId ()
7471 {
7572 $ this ->id = $ this ->responseData ['id ' ];
Original file line number Diff line number Diff line change @@ -465,5 +465,4 @@ public function getPropertyKeys(): array
465465 {
466466 return $ this ->propertyKeys ;
467467 }
468-
469468}
Original file line number Diff line number Diff line change 44
55use Carbon \Carbon ;
66use DateTime ;
7- use FiveamCode \LaravelNotionApi \Entities \Entity ;
87use FiveamCode \LaravelNotionApi \Entities \User ;
98use Illuminate \Support \Arr ;
109
1110/**
12- * Trait UpdatableEntity
13- * @package FiveamCode\LaravelNotionApi\Traits
11+ * Trait UpdatableEntity.
1412 */
1513trait TimestampableEntity
1614{
17-
1815 /**
1916 * @var array
2017 */
You can’t perform that action at this time.
0 commit comments