Skip to content

Commit

Permalink
Updated Cashier's doc-block
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar committed Oct 21, 2021
1 parent 3dfa8c6 commit 807f5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cashier/Resources/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ interface Model
public function __construct(EloquentModel $model, Driver $config);

/**
* @return \Helldar\Cashier\Concerns\Casheable|\Illuminate\Database\Eloquent\Model
* @return \CashierProvider\Core\Concerns\Casheable|\Illuminate\Database\Eloquent\Model
*/
public function getPaymentModel(): EloquentModel;

Expand Down

0 comments on commit 807f5e8

Please sign in to comment.