From 9edd702c8a603a7bb58f7f7da17e229df721ca3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Manzano=20Maga=C3=B1a?= Date: Wed, 6 Jun 2018 08:56:01 +0200 Subject: [PATCH] fix(config): require Env module --- config/hash.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/hash.js b/config/hash.js index c8731f1..e3e1dbe 100644 --- a/config/hash.js +++ b/config/hash.js @@ -1,5 +1,7 @@ 'use strict' +const Env = use('Env') + module.exports = { /* |--------------------------------------------------------------------------