Skip to content

Commit

Permalink
Merge pull request #13 from king724/patch-1
Browse files Browse the repository at this point in the history
Align withFiles() with the latest Nova release (2.7.0)
  • Loading branch information
ablunier authored Nov 14, 2019
2 parents 07923c4 + 352a174 commit ed713ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CKEditor5Classic.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function options($options)
* @param string|null $disk
* @return $this
*/
public function withFiles($disk = null)
public function withFiles($disk = null, $path = '/')
{
$this->withFiles = true;

Expand Down

0 comments on commit ed713ee

Please sign in to comment.