We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello debug bar community,
This is my request generated by laravel-debugbar, I got 'taggables'.'taggable_type' = 'App\Models\Organization' instead of App\\Models\\Organization.
'taggables'.'taggable_type' = 'App\Models\Organization'
App\\Models\\Organization
App\Models\Organization is not working on phpMyAdmin, Adminer and PHPStorm database console.
App\Models\Organization
SELECT `organizations`.*, `taggables`.`tag_id` AS `pivot_tag_id`, `taggables`.`taggable_id` AS `pivot_taggable_id`, `taggables`.`taggable_type` AS `pivot_taggable_type` FROM `organizations` INNER JOIN `taggables` ON `organizations`.`id` = `taggables`.`taggable_id` WHERE `taggables`.`tag_id` IN(12, 13) AND `taggables`.`taggable_type` = 'App\Models\Organization' AND `organizations`.`deleted_at` IS NULL ORDER BY `name` ASC
Maybe forgot double backslash?
Sorry, bad English :)
The text was updated successfully, but these errors were encountered:
Hi, feel free to make a PR to improve that
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hello debug bar community,
This is my request generated by laravel-debugbar, I got
'taggables'.'taggable_type' = 'App\Models\Organization'
instead ofApp\\Models\\Organization
.App\Models\Organization
is not working on phpMyAdmin, Adminer and PHPStorm database console.Maybe forgot double backslash?
Sorry, bad English :)
The text was updated successfully, but these errors were encountered: