Created
March 17, 2019 21:48
-
-
Save defrindr/406b2bce947d3dfd00f02d02ee796a9a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace common\models; | |
use Yii; | |
use \common\models\base\ModuleBank as BaseModuleBank; | |
class ModuleBank extends BaseModuleBank | |
{ | |
... | |
/** | |
* | |
* @overide | |
* replace ```index.php?modelName[id]=1``` to ```index.php?modelName[id]=1``` | |
* | |
*/ | |
public function formName() | |
{ | |
return ''; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment