Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
Fixed new vendor assets path
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokopenko committed Oct 10, 2017
1 parent 191ce57 commit 54c2f9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/assets/RbacAssetBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@

class RbacAssetBundle extends \yii\web\AssetBundle
{
public $sourcePath = '@app/extensions/rbac/assets';
public $sourcePath = '@vendor/justcoded/yii2-rbac/src/assets';

public $css = [
//'css/rbac.css',
];

public $js = [
Expand Down

0 comments on commit 54c2f9a

Please sign in to comment.