Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
midnite81 committed Apr 21, 2020
1 parent 27ce7ac commit fe3f09a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -103,7 +103,8 @@ public function someFunction()
'cache-duration' => 60 * 60 * 24,
'bank-holiday-url' => 'https://www.gov.uk/bank-holidays.json',
'cache-key' => 'midnite81-bank-holidays',
'cache-class' => YourCacheClass::class, // you will need to create a cache class
'cache-class' => YourCacheClass::class, // you will need to create a cache class
'filesystem-class' => \Midnite81\BankHolidays\Drivers\PhpFileSystem::class,
'http-client' => null,
'failure-backup' => true,
'request-factory' => null
Expand Down

0 comments on commit fe3f09a

Please sign in to comment.