Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
accgit authored Sep 8, 2023
1 parent 7f1fb04 commit c53d985
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ extensions:

## Path to application directory
```php
$this->getAppDir();
$this->appDir;
```

## Path to public directory
```php
$this->getWwwDir();
$this->wwwDir;
```

## Path to temporary directory
```php
$this->getTempDir();
$this->tempDir;
```

0 comments on commit c53d985

Please sign in to comment.