Commit 7a66a142 by boulain

Use bootstrap alias instead of full path in Gii BootstrapGenerator

parent 9db95b04
......@@ -9,5 +9,5 @@
Yii::import('gii.generators.crud.CrudGenerator');
class BootstrapGenerator extends CrudGenerator
{
public $codeModel = 'ext.bootstrap.gii.bootstrap.BootstrapCode';
public $codeModel = 'bootstrap.gii.bootstrap.BootstrapCode';
}
\ No newline at end of file
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