-
Notifications
You must be signed in to change notification settings - Fork 13
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
Class "Webkul\Core\Providers\BaseModuleServiceProvider" not found #44
Comments
did you found any solution ? |
Error Class "Webkul\Core\Providers\BaseModuleServiceProvider" not found at C:\xampp\htdocs\inventory-test\vendor\krayin\krayin-google-integration\src\Providers\ModuleServiceProvider.php:7 Whoops\Exception\ErrorException Using ${var} in strings is deprecated, use {$var} instead at C:\xampp\htdocs\inventory-test\vendor\facade\ignition\src\SolutionProviders\MergeConflictSolutionProvider.php:52 Symfony\Component\ErrorHandler\Error\FatalError Uncaught Whoops\Exception\ErrorException: Using ${var} in strings is deprecated, use {$var} instead in C:\xampp\htdocs\inventory-test\vendor\facade\ignition\src\SolutionProviders\MergeConflictSolutionProvider.php:52 at C:\xampp\htdocs\inventory-test\vendor\facade\ignition\src\SolutionProviders\MergeConflictSolutionProvider.php:52 PHP: 8.2 |
Don't use this, this package is deprecated. |
Class "Webkul\Core\Providers\BaseModuleServiceProvider" not found
at C:\wamp64\www\MJQ\ConnectGoogleCalendar\vendor\krayin\krayin-google-integration\src\Providers\ModuleServiceProvider.php:7
3▕ namespace Webkul\Google\Providers;
4▕
5▕ use Webkul\Core\Providers\BaseModuleServiceProvider;
6▕
➜ 7▕ class ModuleServiceProvider extends BaseModuleServiceProvider
8▕ {
9▕ protected $models = [
10▕ \Webkul\Google\Models\Account::class,
11▕ \Webkul\Google\Models\Calendar::class,
1 C:\wamp64\www\MJQ\ConnectGoogleCalendar\vendor\composer\ClassLoader.php:571
include()
2 C:\wamp64\www\MJQ\ConnectGoogleCalendar\vendor\composer\ClassLoader.php:428
The text was updated successfully, but these errors were encountered: