Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
fix FileLocator
Browse files Browse the repository at this point in the history
  • Loading branch information
vl committed Sep 4, 2018
1 parent d91cfb7 commit 361b470
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 63 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playtini/console-pack",
"version": "2.0.0",
"version": "2.0.1",
"description": "Playtini Console Pack",
"type": "library",
"license": "proprietary",
Expand Down
61 changes: 0 additions & 61 deletions src/EmailUtils.php

This file was deleted.

2 changes: 1 addition & 1 deletion src/Io/FileLocator.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class FileLocator
{
public static function getAppPath(): string
{
return dirname(__DIR__, 4);
return dirname(__DIR__, 5);
}

public static function getCachePath(string $filename = null): string
Expand Down

0 comments on commit 361b470

Please sign in to comment.