aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-03-13 23:49:36 -0400
committerThedro Neely <thedroneely@gmail.com>2019-03-13 23:49:36 -0400
commitfa2ee3783619667441b706d0dec900de68e78e1e (patch)
tree3388dd338df6d6e0e754c8a60c3f8f118cb99396 /bootstrap
parent5806e62cd814178066f130cdcd2d30d402c7ec53 (diff)
downloadedwinmattiacci.com-fa2ee3783619667441b706d0dec900de68e78e1e.tar.gz
edwinmattiacci.com-fa2ee3783619667441b706d0dec900de68e78e1e.tar.bz2
edwinmattiacci.com-fa2ee3783619667441b706d0dec900de68e78e1e.zip
bootstrap/Bootstrap.php: Rename navigator instance to navigation
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/Bootstrap.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/Bootstrap.php b/bootstrap/Bootstrap.php
index 05a3597..f6f1a54 100644
--- a/bootstrap/Bootstrap.php
+++ b/bootstrap/Bootstrap.php
@@ -15,5 +15,5 @@ $contact['database'] = new QueryBuilder(Connection::make($config['database']));
/* create new router */
$router = new Router;
-/* create new router */
-$navigator = new Navigator;
+/* create new navigation */
+$navigation = new Navigation;