Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Commit

Permalink
Fix filepath to yearly logs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Art4 committed Oct 14, 2017
1 parent cafadfc commit 2aa53b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServiceProvider.php
Expand Up @@ -99,7 +99,7 @@ public function register(SimpleContainer $container)
}

$stream = fopen(
$filepath . \DIRECTORY_SEPARATOR . '..' . \DIRECTORY_SEPARATOR . $now->format('Y-m-d') . '.log',
$filepath . \DIRECTORY_SEPARATOR . $now->format('Y-m-d') . '.log',
'a+'
);

Expand Down

0 comments on commit 2aa53b7

Please sign in to comment.