Skip to content

Commit

Permalink
Fixes issue #277
Browse files Browse the repository at this point in the history
  • Loading branch information
imanghafoori1 committed Oct 10, 2023
1 parent 2ade35e commit d09e6b5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/Rap2hpoutre/LaravelLogViewer/LaravelLogViewer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,17 @@

namespace Rap2hpoutre\LaravelLogViewer;

/**
* Class LaravelLogViewer
* @package Rap2hpoutre\LaravelLogViewer
*/
class LaravelLogViewer
{
/**
* @var string file
*/
private $file;
private $file = '';

/**
* @var string folder
*/
private $folder;
private $folder = '';

/**
* @var string storage_path
Expand Down

0 comments on commit d09e6b5

Please sign in to comment.