Skip to content

Commit

Permalink
Changed path for toastr assets
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rkstar committed Oct 11, 2016
1 parent da9b204 commit 48abb74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundles/NotificationAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ class NotificationAsset extends BaseAssetBundle
{

public $js = [
'plugins/bootstrap-toastr/toastr.min.js',
'global/plugins/bootstrap-toastr/toastr.min.js',
];

public $css = [
'plugins/bootstrap-toastr/toastr.min.css',
'global/plugins/bootstrap-toastr/toastr.min.css',
];

public $depends = [
Expand Down

0 comments on commit 48abb74

Please sign in to comment.