Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bergice committed Apr 10, 2019
1 parent 8d61fd1 commit dbcb2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dev/Tasks/TagsToShortcodeHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class TagsToShortcodeHelper
* @param string $baseClass The base class that will be used to look up HTMLText fields
* @param bool $includeBaseClass Whether to include the base class' HTMLText fields or not
*/
public function __construct($baseClass, bool $includeBaseClass = false)
public function __construct($baseClass = null, bool $includeBaseClass = false)
{
$flysystemAssetStore = singleton(AssetStore::class);
if (!($flysystemAssetStore instanceof FlysystemAssetStore)) {
Expand Down

0 comments on commit dbcb2be

Please sign in to comment.