Skip to content

Instantly share code, notes, and snippets.

View Selecao12's full-sized avatar
🏠
Working from home

Selecao12 Selecao12

🏠
Working from home
View GitHub Profile
@Selecao12
Selecao12 / RbacController.php
Last active June 7, 2020 11:11
Создание ролей и прав rbac
<?php
namespace console\controllers;
use common\models\User;
use Yii;
use yii\console\Controller;
class RbacController extends Controller
{