Skip to content

Commit c1e8eb5

Browse files
committed
Merge branch 'feature/add-database-attributes' of https://github.com/5am-code/laravel-notion-api into feature/add-database-attributes
2 parents 4d36500 + dedf7c3 commit c1e8eb5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Traits/HasArchive.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Illuminate\Support\Arr;
66

77
/**
8-
* Trait HasArchive
8+
* Trait HasArchive.
99
*/
1010
trait HasArchive
1111
{
@@ -19,7 +19,6 @@ trait HasArchive
1919
*/
2020
private bool $archived = false;
2121

22-
2322
protected function fillArchivedProperties(): void
2423
{
2524
$this->fillArchived();

0 commit comments

Comments
 (0)