如题,报错具体内容如下: Fatal error: During inheritance of ArrayAccess: Uncaught ErrorException: Return type of Illuminate\Database\Eloquent\Model::offsetExists($offset) should either be compatible with ArrayAccess::offse...
目前设置的表达式是:0 15 21 * * 2,5,0 但是并没有执行 通过设置每分钟执行一次 */1 * * * * 又可以执行,并且确认代码正常 请问是我表达式错了吗? 每周二 、 四 、 日 21:15 执行,应该怎么写?...
下面这条路由使用没问题 Route::group('/:version',function (){ Route::any('/index','app\:version\controller\Index@index'); }); 就是命令行会 提示 Route set to /index is not callable...