diff --git a/src/Basset/Asset.php b/src/Basset/Asset.php index 18a21d2..60f05a9 100644 --- a/src/Basset/Asset.php +++ b/src/Basset/Asset.php @@ -379,7 +379,7 @@ public function isRaw() */ public function getContent() { - return $this->files->getRemote($this->absolutePath); + return $this->files->get($this->absolutePath); } /** @@ -415,4 +415,4 @@ public function prepareFilters($production = false) return $filters->filter(function($filter) { return $filter instanceof FilterInterface; }); } -} \ No newline at end of file +}