tapestry-cloud / tapestry

PHP static site generator using the plates template system
https://www.tapestry.cloud/
MIT License
32 stars 1 forks source link

Kernel should be loaded regardless of case used #235

Closed carbontwelve closed 7 years ago

carbontwelve commented 7 years ago

Currently the kernel service provide loads the site kernel from kernel.php. To keep it consistent with Style-CI it should load from Kernel.php as well as supporting the lower case alternative for backwards compatibility.

carbontwelve commented 7 years ago

Fixed by #237