Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
🔖 updated leaf api version on cli
Browse files Browse the repository at this point in the history
  • Loading branch information
mychidarko committed Nov 15, 2021
1 parent 1bbf5e0 commit d16c4f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
| This tells leaf which directory to save and look for logs.
|
*/
"log.dir" => storagePath("logs/"),
"log.dir" => "storage/logs/",

/*
|--------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion leaf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Leaf\Database::connect();
| Initialise aloe CLI
|
*/
$console = new \Aloe\Console("Leaf API", "v2.1");
$console = new \Aloe\Console("Leaf API", "v3.0");

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit d16c4f3

Please sign in to comment.