'integer', 'lat' => 'double', 'lon' => 'array', 'digital' => 'boolean', 'deactivated' => 'boolean', ]; /* * This string will be used in notifications on what a new comment * was made. */ public function commentableName(): string { // } /* * This URL will be used in notifications to let the user know * where the comment itself can be read. */ public function commentUrl(): string { } }