Skip to content

Commit

Permalink
Update LaravelLogViewer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rap2hpoutre committed Oct 13, 2015
1 parent 5972798 commit acf77b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Rap2hpoutre/LaravelLogViewer/LaravelLogViewer.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class LaravelLogViewer
'error' => 'danger',
'critical' => 'danger',
'alert' => 'danger',
'emergency' => 'danger',
];

private static $levels_imgs = [
Expand All @@ -35,6 +36,7 @@ class LaravelLogViewer
'error' => 'warning',
'critical' => 'warning',
'alert' => 'warning',
'emergency' => 'warning',
];

const MAX_FILE_SIZE = 52428800; // Why? Uh... Sorry
Expand Down

0 comments on commit acf77b0

Please sign in to comment.