Messed up DB config. Seems redis is working though.

This commit is contained in:
James Cole
2019-12-08 06:28:00 +01:00
parent 4bab045d6f
commit 450433f12e

View File

@@ -19,9 +19,10 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
use Illuminate\Support\Str;
declare(strict_types=1);
$databaseUrl = getenv('DATABASE_URL');