@@ -4,10 +4,10 @@ |
||
4 | 4 | |
5 | 5 | namespace Arcanedev\LogViewer; |
6 | 6 | |
7 | -use Arcanedev\LogViewer\Contracts\Utilities\Filesystem as FilesystemContract; |
|
7 | +use Arcanedev\LogViewer\Contracts\LogViewer as LogViewerContract; |
|
8 | 8 | use Arcanedev\LogViewer\Contracts\Utilities\Factory as FactoryContract; |
9 | +use Arcanedev\LogViewer\Contracts\Utilities\Filesystem as FilesystemContract; |
|
9 | 10 | use Arcanedev\LogViewer\Contracts\Utilities\LogLevels as LogLevelsContract; |
10 | -use Arcanedev\LogViewer\Contracts\LogViewer as LogViewerContract; |
|
11 | 11 | |
12 | 12 | /** |
13 | 13 | * Class LogViewer |
@@ -62,7 +62,7 @@ |
||
62 | 62 | * Get config value by key |
63 | 63 | * |
64 | 64 | * @param string $key |
65 | - * @param mixed|null $default |
|
65 | + * @param boolean $default |
|
66 | 66 | * |
67 | 67 | * @return mixed |
68 | 68 | */ |