Skip to content

Commit

Permalink
Update and rename Assets.php to assets/Assets.php
Browse files Browse the repository at this point in the history
Signed-off-by: ArchBlood <[email protected]>
  • Loading branch information
ArchBlood authored May 7, 2024
1 parent 58c12e0 commit fef3760
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Assets.php

This file was deleted.

12 changes: 12 additions & 0 deletions assets/Assets.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php

namespace humhub\modules\adsense\assets;

use Yii;
use yii\web\AssetBundle;

class Assets extends AssetBundle
{
public $sourcePath = '@adsense/resources';

}

0 comments on commit fef3760

Please sign in to comment.