我正在尝试使用laravel / cashier与jessengers MongoDB。 我正在使用Laravel 5.2和Jessenger MongoDb Extension
$user->newSubscription($plan_data['name'], $plan_data['id'])->create($stripeToken);
获取此错误:
致命错误:在null中调用成员函数getDateFormat() /location/to/laravel/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php 在2990号线上 在null
上调用成员函数getDateFormat()
我已经尝试过: