schema; } /** * Get the path. * * @return string */ public function path(): string { return $this->path; } /** * Determine if the allowed include is a direct relation for the schema. * * @return bool */ public function isDirectRelation(): bool { return ! Str::of($this->path)->contains('.'); } }