Skip to content

Commit

Permalink
🚧 Testing tests #3
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviocopes committed Jan 30, 2016
1 parent b73200f commit 3c2ab8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions system/src/Grav/Common/Page/Pages.php
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,8 @@ public function root()

dump(array_keys($this->instances));
dump(rtrim($locator->findResource('page://'), DS));

dump($locator->getPaths('page'));
exit();

return $this->instances[rtrim($locator->findResource('page://'), DS)];
Expand Down

0 comments on commit 3c2ab8c

Please sign in to comment.