From fa2ee3783619667441b706d0dec900de68e78e1e Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Wed, 13 Mar 2019 23:49:36 -0400 Subject: bootstrap/Bootstrap.php: Rename navigator instance to navigation --- bootstrap/Bootstrap.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap') 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; -- cgit v1.2.3