Skip to content

Commit

Permalink
fix: remove single quotes from constant
Browse files Browse the repository at this point in the history
  • Loading branch information
Layla Krauss authored and Layla Krauss committed Oct 14, 2024
1 parent 1c7ad57 commit 4887113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Models/Presentation.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Presentation extends Model implements HasMedia
use InteractsWithMedia;
use SoftDeletes;

public const DEFAULT_MARKDOWN = <<<'MARKDOWN'
public const DEFAULT_MARKDOWN = <<<MARKDOWN
# My Presentation
A Cool Subtitle
Expand Down

0 comments on commit 4887113

Please sign in to comment.