File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44
55use FiveamCode \LaravelNotionApi \Entities \Entity ;
66use FiveamCode \LaravelNotionApi \Exceptions \HandlingException ;
7- use FiveamCode \LaravelNotionApi \Traits \TimestampableEntity ;
7+ use FiveamCode \LaravelNotionApi \Traits \HasTimestamps ;
88use Illuminate \Support \Arr ;
99
1010/**
1111 * Class Block.
1212 */
1313class Block extends Entity
1414{
15- use TimestampableEntity ;
15+ use HasTimestamps ;
1616
1717 /**
1818 * @var string
Original file line number Diff line number Diff line change 44
55use FiveamCode \LaravelNotionApi \Entities \Properties \Property ;
66use FiveamCode \LaravelNotionApi \Exceptions \HandlingException ;
7- use FiveamCode \LaravelNotionApi \Traits \TimestampableEntity ;
7+ use FiveamCode \LaravelNotionApi \Traits \HasTimestamps ;
88use Illuminate \Support \Arr ;
99use Illuminate \Support \Collection ;
1010
1313 */
1414class Database extends Entity
1515{
16- use TimestampableEntity ;
16+ use HasTimestamps ;
1717
1818 /**
1919 * @var string
Original file line number Diff line number Diff line change 1717use FiveamCode \LaravelNotionApi \Entities \Properties \Title ;
1818use FiveamCode \LaravelNotionApi \Entities \Properties \Url ;
1919use FiveamCode \LaravelNotionApi \Exceptions \HandlingException ;
20- use FiveamCode \LaravelNotionApi \Traits \TimestampableEntity ;
20+ use FiveamCode \LaravelNotionApi \Traits \HasTimestamps ;
2121use Illuminate \Support \Arr ;
2222use Illuminate \Support \Collection ;
2323
2626 */
2727class Page extends Entity
2828{
29- use TimestampableEntity ;
29+ use HasTimestamps ;
3030
3131 /**
3232 * @var string
Original file line number Diff line number Diff line change 1010/**
1111 * Trait UpdatableEntity.
1212 */
13- trait TimestampableEntity
13+ trait HasTimestamps
1414{
1515 /**
1616 * @var array
You can’t perform that action at this time.
0 commit comments