Skip to content
This repository was archived by the owner on Nov 15, 2020. It is now read-only.

Commit 942a536

Browse files
author
Arthur LORENT
committed
fixed facade accession
1 parent 1a0a7d9 commit 942a536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Laravel/Facades/DataSanitizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ class DataSanitizer extends Facade
1111
*/
1212
protected static function getFacadeAccessor()
1313
{
14-
return 'input_sanitizer';
14+
return 'data_sanitizer';
1515
}
1616
}

0 commit comments

Comments
 (0)