* Remove unused code.

This commit is contained in:
Yagami
2020-12-18 14:46:18 +08:00
parent 05fab16be6
commit 0878df6286
-1
View File
@@ -22,7 +22,6 @@ class programplan extends control
public function __construct($moduleName = '', $methodName = '')
{
parent::__construct($moduleName, $methodName);
$this->app->loadLang('review');
}
/**