Skip to content

Commit aa349e8

Browse files
author
aa6my
committed
Fixing Linux Environment Uppercase
Codeigniter 3 read first letter of uppercase. If ci-forensic running in linux environment, erros shows -> Unable to locate the model you have specified: Action
1 parent 21b17ff commit aa349e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Profiler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ protected function _compile_eloquent()
234234
$output = array();
235235

236236
// hack to make eloquent not throw error for now
237-
$this->CI->load->model('eloquent/assets/action');
237+
$this->CI->load->model('Eloquent/Assets/Action');
238238

239239
if ( ! class_exists('Illuminate\Database\Capsule\Manager')) {
240240
$output = 'Illuminate\Database has not been loaded.';

0 commit comments

Comments
 (0)