Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Commit 72eb6b1

Browse files
author
Niek Brekelmans
committed
remove cache, still todo
1 parent 945e073 commit 72eb6b1

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^8.0",
20-
"bensampo/laravel-enum": "^5.3",
20+
"bensampo/laravel-enum": "^4.2|^5.3",
2121
"illuminate/contracts": "^8.0|^9.0",
2222
"sammyjo20/saloon-laravel": "^1.4",
2323
"spatie/data-transfer-object": "^3.8",

config/hetzner-dns.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22
// config for DutchCodingCompany/HetznerDnsClient
33
return [
4-
'api_token' => env('HETZNER_DNS_API_TOKEN')
4+
'api_token' => env('HETZNER_DNS_API_TOKEN'),
55
];

src/Traits/CacheRequest.php

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)