summaryrefslogtreecommitdiff
path: root/app/php/web/AssetManager.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/php/web/AssetManager.php')
-rw-r--r--app/php/web/AssetManager.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/app/php/web/AssetManager.php b/app/php/web/AssetManager.php
deleted file mode 100644
index 2677585..0000000
--- a/app/php/web/AssetManager.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-
-Prado::using('Application.web.BaseUrlDerivedFromBasePath');
-
-class AssetManager extends TAssetManager {
-
- use BaseUrlDerivedFromBasePath;
-
-}
-
-?>