From 24923be6e82767b61039add5514a6b7ab2f1ba99 Mon Sep 17 00:00:00 2001 From: Barna Szalai Date: Wed, 1 Apr 2015 17:03:55 +0200 Subject: [PATCH] Removed Config::get from the config file on line 120 It caused an error: Class 'Config' not found in .. --- src/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/config.php b/src/config/config.php index 63b3d63..61cd016 100644 --- a/src/config/config.php +++ b/src/config/config.php @@ -117,7 +117,7 @@ | */ - 'options_view' => Config::get('chumper.datatable::options') + 'options_view' => 'chumper.datatable::options', ),