Commit a4904d47 authored by Christopher Stebe's avatar Christopher Stebe

fix giiant provider class name

could cause problems on case sensitive host systems
parent b28dec88
......@@ -46,7 +46,7 @@ return [
'crudViewPath' => '@app/modules/crud/views',
'crudPathPrefix' => '/crud/',
'crudProviders' => [
'schmunk42\\giiant\\generators\\crud\\providers\\optsProvider',
'schmunk42\\giiant\\generators\\crud\\providers\\OptsProvider',
],
'tablePrefix' => 'app_',
/*'tables' => [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment