diff --git a/app/routes.php b/app/routes.php index 3d6e21b8814e..b7fab2b5f8ab 100755 --- a/app/routes.php +++ b/app/routes.php @@ -131,7 +131,7 @@ HTML::macro('image_data', function($imagePath) { }); -define('CONTACT_EMAIL', 'contact@invoiceninja.com') +define('CONTACT_EMAIL', 'contact@invoiceninja.com'); define("ENV_DEVELOPMENT", "local"); define("ENV_STAGING", "staging");