Skip to content

Commit fd1d03b

Browse files
author
Jonas Siewertsen
committed
Fix Video helper
1 parent 8231478 commit fd1d03b

3 files changed

Lines changed: 3 additions & 75 deletions

File tree

config/config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
|
1414
*/
1515

16-
'collection' => 'how_to_addon_documentation',
17-
'blueprint' => 'how_to_addon_documentation',
16+
'collection' => 'how_to_addon_videos',
17+
'blueprint' => 'how_to_addon_videos',
1818

1919
];

src/Helper/Documentation.php

Lines changed: 0 additions & 72 deletions
This file was deleted.

src/Helper/Video.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ class Video
99
*/
1010
public static function collectionName(): string
1111
{
12-
return config('howToAddon.collection.videos', 'how_to_addon_videso');
12+
return config('howToAddon.collection', 'how_to_addon_videos');
1313
}
1414
}

0 commit comments

Comments
 (0)