Comparing
#79 with
#80
Revision #80 was created by
rackycz on Sep 20, 2019, 3:24:22 PM.
edit
Content
[...]
namespace app\controllers;
use Yii;
use yii\web\Controller;
class BasiceController extends Controller {
public function beforeAction($action) {
if (!parent::beforeAction($action)) {
return false;[...]