異常:Declaration of Carbon/Carbon::createFromFormat() should be compatible with DateTime::createFromFormat($format, $time, DateTimeZone $object = NULL)
解決:
修改:vendor/nesbot/carbon/src/Carbon/Carbon.php
第380行為:
public static function createFromFormat($format, $time,DateTimeZone $tz = null)
僅用于php7測試,這樣php54是會出錯的,所以測完php7還要改回來。
新聞熱點
疑難解答