Skip to content

Commit

Permalink
Merge pull request #13 from yii2mod/create_route_asset_bundle
Browse files Browse the repository at this point in the history
Added RbacAsset
  • Loading branch information
Igor Chepurnoy authored Dec 27, 2016
2 parents e7547fa + f66efc9 commit 46ddeef
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions RbacRouteAsset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?php

namespace yii2mod\rbac;

/**
* Class RbacRouteAsset
*
* @package yii2mod\rbac
*/
class RbacRouteAsset extends RbacAsset
{
/**
* @var array
*/
public $js = [
'js/rbac-route.js',
];
}

0 comments on commit 46ddeef

Please sign in to comment.