Skip to content

Commit

Permalink
chore: improve examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ju5t committed May 31, 2024
1 parent 62dc5a1 commit 4b1d98d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ This is the contents of the published config file:
return [
'username' => env('DIRECTADMIN_USERNAME', 'admin'),
'password' => env('DIRECTADMIN_PASSWORD', 'password'),
'baseUrl' => env('DIRECTADMIN_BASE_URL'),
'baseUrl' => env('DIRECTADMIN_BASE_URL', 'https://server:2222'),
];
```

## Usage

```php
$result = Sensson\DirectAdmin\Facades\DirectAdmin::call('API_');
$result = Sensson\DirectAdmin\Facades\DirectAdmin::call('{DIRECTADMIN_API_CALL}');
```

## Testing
Expand Down

0 comments on commit 4b1d98d

Please sign in to comment.