Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Nov 2, 2018
1 parent 9fbf8e8 commit 65efab6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/UnifyAsset.php → src/base/UnifyAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@
* @license https://cms.skeeks.com/license/
* @author Semenov Alexander <[email protected]>
*/
namespace skeeks\template\unify;

namespace skeeks\assets\unify\base;

use yii\web\AssetBundle;
/**
* @author Semenov Alexander <[email protected]>
*/
class UnifyAsset extends AssetBundle
{
public $sourcePath = '@skeeks/assets/unify/template/html/assets/';
public $sourcePath = '@skeeks/assets/unify/template/html/';
/**
* @param string $asset
* @return string
Expand Down

0 comments on commit 65efab6

Please sign in to comment.