We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cccb2e commit f2c0702Copy full SHA for f2c0702
src/Entities/Page.php
@@ -199,7 +199,6 @@ private function fillPageUrl(): void
199
}
200
201
202
-
203
/**
204
* @param $propertyTitle
205
* @param $property
src/Traits/HasParent.php
@@ -2,13 +2,10 @@
2
3
namespace FiveamCode\LaravelNotionApi\Traits;
4
5
-use Carbon\Carbon;
6
-use DateTime;
7
-use FiveamCode\LaravelNotionApi\Entities\User;
8
use Illuminate\Support\Arr;
9
10
11
- * Trait HasParent
+ * Trait HasParent.
12
*/
13
trait HasParent
14
{
@@ -27,7 +24,6 @@ trait HasParent
27
24
28
25
private string $parentType = '';
29
26
30
31
protected function fillParentProperties(): void
32
33
$this->fillParent();
0 commit comments