Skip to content

Commit

Permalink
Fix Birthday Widget #451
Browse files Browse the repository at this point in the history
  • Loading branch information
gevorgmansuryan committed Nov 14, 2024
1 parent e3093a1 commit 648c7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Assets extends AssetBundle
{
public function init()
{
$this->sourcePath = dirname(__FILE__) . '/assets';
$this->sourcePath = dirname(__FILE__) . '/resources';
parent::init();
}

Expand Down

0 comments on commit 648c7e8

Please sign in to comment.