There was an error while loading. Please reload this page.
1 parent 38b4f50 commit 3b01ad2Copy full SHA for 3b01ad2
libraries/Profiler.php
@@ -252,7 +252,7 @@ protected function _compile_eloquent()
252
$this->CI->load->model('Eloquent/Assets/Action');
253
}
254
255
-if ( ! class_exists('Illuminate\Database\Capsule\Manager')) {
+if ( ! class_exists('Illuminate\Database\Capsule\Manager', FALSE)) {
256
$output = 'Illuminate\Database has not been loaded.';
257
} else {
258
// Load the text helper so we can highlight the SQL
0 commit comments