Skip to content

Commit

Permalink
Update Recorder.php
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercd100 authored Jan 8, 2020
1 parent 6968373 commit 26df3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Recorder.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function record(Exception $e)
}
}

$class = config('lern.recorder.model');
$class = config('lern.record.model');
$class = !empty($class) ? $class : ExceptionModel::class;

$model = new $class();
Expand Down

0 comments on commit 26df3cd

Please sign in to comment.