summaryrefslogtreecommitdiff
path: root/app/frontend/web/AssetManager.php
blob: 2677585bda3464867be501ca5700691e0ee609f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

Prado::using('Application.web.BaseUrlDerivedFromBasePath');

class AssetManager extends TAssetManager {

    use BaseUrlDerivedFromBasePath;

}

?>