I have a voyager installation (ive not used it for about a year) but tried to go back to it, tried to run migrations, serve, composer update but keep getting this error
In helpers.php line 3:
Undefined constant “RowTypeClass”
It was running fine last time i used it so im not sure whats changed i havent updated anything
"larapack/hooks": "^1.0",
"larapack/voyager-hooks": "^1.2",
"laravel/framework": "^8.75",
"laravel/sanctum": "^2.11",
"laravel/tinker": "^2.5",
"tcg/voyager": "^1.6"
is from my composer.json
I’m at a bit of a loss what to do as its in the vendor files
Tried looking online but not found anything related, any guidance would be appreciated