diff --git a/src/Illuminate/View/ComponentAttributeBag.php b/src/Illuminate/View/ComponentAttributeBag.php index d563be6ae774..441606642138 100644 --- a/src/Illuminate/View/ComponentAttributeBag.php +++ b/src/Illuminate/View/ComponentAttributeBag.php @@ -117,7 +117,7 @@ public function whereStartsWith($string) return Str::startsWith($key, $string); }); } - + /** * Return a bag of attributes with keys that do not start with the given value / pattern. *