Skip to content

Commit ce1fc06

Browse files
committed
allow strict mode off
1 parent 56bb38c commit ce1fc06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Illuminate/Foundation/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Application extends Container implements HttpKernelInterface, TerminableIn
2828
*
2929
* @var string
3030
*/
31-
const VERSION = '4.2.17';
31+
const VERSION = '4.2.18';
3232

3333
/**
3434
* Indicates if the application has "booted".

0 commit comments

Comments
 (0)