use Illuminate\Database\Eloquent\Relations\HasMany;
/**
- * @property int $id
- * @property string $name
- * @property string $endpoint
+ * @property int $id
+ * @property string $name
+ * @property string $endpoint
* @property Collection $trackedEvents
- * @property bool $active
+ * @property bool $active
*/
class Webhook extends Model implements Loggable
{