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

Commit d16c4f3

Browse files
committed
🔖 updated leaf api version on cli
1 parent 1bbf5e0 commit d16c4f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
| This tells leaf which directory to save and look for logs.
5151
|
5252
*/
53-
"log.dir" => storagePath("logs/"),
53+
"log.dir" => "storage/logs/",
5454

5555
/*
5656
|--------------------------------------------------------------------------

leaf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Leaf\Database::connect();
5757
| Initialise aloe CLI
5858
|
5959
*/
60-
$console = new \Aloe\Console("Leaf API", "v2.1");
60+
$console = new \Aloe\Console("Leaf API", "v3.0");
6161

6262
/*
6363
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)