diff --git a/src/Illuminate/Support/Stringable.php b/src/Illuminate/Support/Stringable.php index 8d0b9014a0e7..30539394f019 100644 --- a/src/Illuminate/Support/Stringable.php +++ b/src/Illuminate/Support/Stringable.php @@ -107,7 +107,7 @@ public function basename($suffix = '') */ public function charAt($index) { - return Str::charAt($this->value, $index); + return Str::charAt($this->value, $index); } /**