Skip to content

Commit a62a062

Browse files
authored
make dontTruncateRequestExceptions fluent (#53786)
1 parent 493a46c commit a62a062

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Foundation/Configuration/Exceptions.php

+2
Original file line numberDiff line numberDiff line change
@@ -223,5 +223,7 @@ public function truncateRequestExceptionsAt(int $length)
223223
public function dontTruncateRequestExceptions()
224224
{
225225
RequestException::dontTruncate();
226+
227+
return $this;
226228
}
227229
}

0 commit comments

Comments
 (0)