Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type error getTablePrefix #118

Closed
LaravelFreelancerNL opened this issue Feb 24, 2024 · 0 comments · Fixed by #119
Closed

Type error getTablePrefix #118

LaravelFreelancerNL opened this issue Feb 24, 2024 · 0 comments · Fixed by #119

Comments

@LaravelFreelancerNL
Copy link
Owner

`php artisan model:show User

TypeError

LaravelFreelancerNL\Aranguent\Connection::getTablePrefix(): Return value must be of type string, null returned

at vendor/laravel-freelancer-nl/aranguent/src/Connection.php:115
111▕ * Get the collection prefix for the connection.
112▕ /
113▕ public function getTablePrefix(): string
114▕ {
➜ 115▕ return $this->tablePrefix;
116▕ }
117▕
118▕ /
*
119▕ * Disconnect from the underlying ArangoDB connection.

  +13 vendor frames 

14 artisan:35
Illuminate\Foundation\Console\Kernel::handle()
`

@LaravelFreelancerNL LaravelFreelancerNL linked a pull request Feb 26, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant