Skip to content

Commit 25319aa

Browse files
Update WebForms.php
1 parent 0ad1cad commit 25319aa

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

php/WebForms.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
namespace CodeBehind;
2-
31
use \ArrayObject;
42

53
class WebForms
@@ -514,4 +512,4 @@ public static function removeOuter($text, $startString, $endString)
514512

515513
return substr($text, 0, $start) . substr($text, $end + strlen($endString));
516514
}
517-
}
515+
}

0 commit comments

Comments
 (0)