我正在尝试将 laravel/cashier 与 jessengers MongoDB 一起使用。我正在使用 Laravel 5.2 和 Jessenger MongoDb 扩展
$user->newSubscription($plan_data['name'], $plan_data['id'])->create($stripeToken);
收到此错误:
致命错误:调用成员函数 getDateFormat() on null in /location/to/laravel/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php on line 2990 Call to a member function getDateFormat() on无效的
我已经尝试过: