Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/Entities/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ private function fillPageUrl(): void
}
}


/**
* @param $propertyTitle
* @param $property
Expand Down
6 changes: 1 addition & 5 deletions src/Traits/HasParent.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@

namespace FiveamCode\LaravelNotionApi\Traits;

use Carbon\Carbon;
use DateTime;
use FiveamCode\LaravelNotionApi\Entities\User;
use Illuminate\Support\Arr;

/**
* Trait HasParent
* Trait HasParent.
*/
trait HasParent
{
Expand All @@ -27,7 +24,6 @@ trait HasParent
*/
private string $parentType = '';


protected function fillParentProperties(): void
{
$this->fillParent();
Expand Down