Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit 47a9fac

Browse files
authored
Typofix
I wrote `woorker`
1 parent 914c1de commit 47a9fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/CSPDomain.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class CSPDomain extends DataObject implements PermissionProvider
2626

2727
private static $db = [
2828
'Domain' => 'Varchar(255)',
29-
'Source' => 'Enum("default,script,style,img,media,font,form,frame,ancestor,woorker")'
29+
'Source' => 'Enum("default,script,style,img,media,font,form,frame,ancestor,worker")'
3030
];
3131

3232
private static $belongs_many_many = [

0 commit comments

Comments
 (0)