Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
auth-mamager
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
yii2-ext
auth-mamager
Commits
4275177d
Commit
4275177d
authored
1 year ago
by
Nguyễn Xuân Sang
Browse files
Options
Downloads
Plain Diff
Merge branch 'sangnx/replace_class_object_base_object' into 'master'
UPDATE See merge request
!1
parents
995732df
f6a86eb0
No related branches found
Branches containing commit
Tags
1.0.1
Tags containing commit
1 merge request
!1
UPDATE
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
components/Configs.php
+2
-1
2 additions, 1 deletion
components/Configs.php
models/Assignment.php
+2
-1
2 additions, 1 deletion
models/Assignment.php
models/Route.php
+2
-1
2 additions, 1 deletion
models/Route.php
with
6 additions
and
3 deletions
components/Configs.php
+
2
−
1
View file @
4275177d
...
...
@@ -3,6 +3,7 @@
namespace
lcssoft\authmanager\components
;
use
Yii
;
use
yii\base\BaseObject
;
use
yii\caching\Cache
;
use
yii\db\Connection
;
use
yii\di\Instance
;
...
...
@@ -39,7 +40,7 @@ use yii\rbac\ManagerInterface;
* @author Misbahul D Munir <misbahuldmunir@gmail.com>
* @since 1.0
*/
class
Configs
extends
\yii\b
ase
\
Object
class
Configs
extends
B
aseObject
{
const
CACHE_TAG
=
'mdm.admin'
;
...
...
This diff is collapsed.
Click to expand it.
models/Assignment.php
+
2
−
1
View file @
4275177d
...
...
@@ -5,6 +5,7 @@ namespace lcssoft\authmanager\models;
use
lcssoft\authmanager\components\Configs
;
use
lcssoft\authmanager\components\Helper
;
use
Yii
;
use
yii\base\BaseObject
;
use
yii\base\Object
;
/**
...
...
@@ -13,7 +14,7 @@ use yii\base\Object;
* @author Misbahul D Munir <misbahuldmunir@gmail.com>
* @since 2.5
*/
class
Assignment
extends
Object
class
Assignment
extends
Base
Object
{
/**
* @var integer User id
...
...
This diff is collapsed.
Click to expand it.
models/Route.php
+
2
−
1
View file @
4275177d
...
...
@@ -7,6 +7,7 @@ use lcssoft\authmanager\components\Configs;
use
lcssoft\authmanager\components\Helper
;
use
lcssoft\authmanager\components\RouteRule
;
use
Yii
;
use
yii\base\BaseObject
;
use
yii\caching\TagDependency
;
use
yii\helpers\VarDumper
;
...
...
@@ -16,7 +17,7 @@ use yii\helpers\VarDumper;
* @author Misbahul D Munir <misbahuldmunir@gmail.com>
* @since 1.0
*/
class
Route
extends
\yii\b
ase
\
Object
class
Route
extends
B
aseObject
{
const
CACHE_TAG
=
'mdm.admin.route'
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment