Skip to content

Commit

Permalink
allow cache db override to be null
Browse files Browse the repository at this point in the history
  • Loading branch information
kchapple committed Mar 26, 2021
1 parent 52b90e0 commit 8aa66c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/ZermeloReport.php
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ public function getCacheDatabaseSource()
*
* SEE $CACHE_DATABASE_SOURCE
*/
public function setCacheDatabaseSource(array $cacheDatabaseSource)
public function setCacheDatabaseSource(array $cacheDatabaseSource = null)
{
$this->_cacheDatabaseSource = $cacheDatabaseSource;
}
Expand Down

0 comments on commit 8aa66c7

Please sign in to comment.