From 16a62193fcbdac7394dcde49d567dbde592731b2 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 4 Nov 2011 19:07:13 -0500 Subject: [PATCH] fix function namespacing. --- laravel/bootstrap/core.php | 38 +++++++++++++-------------------- laravel/bootstrap/errors.php | 12 +++++------ laravel/bootstrap/functions.php | 27 +++++++++++++++++++++++ 3 files changed, 48 insertions(+), 29 deletions(-) create mode 100644 laravel/bootstrap/functions.php diff --git a/laravel/bootstrap/core.php b/laravel/bootstrap/core.php index fab3a7ec..a9d34ef6 100644 --- a/laravel/bootstrap/core.php +++ b/laravel/bootstrap/core.php @@ -1,9 +1,9 @@