| @@ -2,10 +2,8 @@ | ||
| 2 | 2 | |
| 3 | 3 | namespace SanderVanHooft\PayableRedirect; | 
| 4 | 4 | |
| 5 | -use Carbon\Carbon; | |
| 6 | 5 | use Illuminate\Database\Eloquent\Model; | 
| 7 | 6 | use Mollie_API_Client; | 
| 8 | -use Omnipay\Omnipay; | |
| 9 | 7 | use SanderVanHooft\PayableRedirect\PaymentGateway; | 
| 10 | 8 | use SanderVanHooft\PayableRedirect\Payment; | 
| 11 | 9 | |
| @@ -8,8 +8,8 @@ | ||
| 8 | 8 | use SanderVanHooft\PayableRedirect\Events\PaymentUpdated; | 
| 9 | 9 | |
| 10 | 10 | /** | 
| 11 | - * @property string $status | |
| 12 | - */ | |
| 11 | + * @property string $status | |
| 12 | + */ | |
| 13 | 13 | class Payment extends Model | 
| 14 | 14 |  { | 
| 15 | 15 | protected $guarded = []; |