@@ -4,8 +4,8 @@ |
||
4 | 4 | |
5 | 5 | use Illuminate\Database\Eloquent\Model; |
6 | 6 | use Tylercd100\License\Exceptions\LicenseException; |
7 | -use Tylercd100\License\Models\License as LicenseModel; |
|
8 | 7 | use Tylercd100\License\HasLicenses; |
8 | +use Tylercd100\License\Models\License as LicenseModel; |
|
9 | 9 | |
10 | 10 | abstract class License |
11 | 11 | { |
@@ -68,8 +68,8 @@ |
||
68 | 68 | /** |
69 | 69 | * Called when there are not enough licenses available |
70 | 70 | * |
71 | - * @param [type] $remaining |
|
72 | - * @param [type] $quantity |
|
71 | + * @param integer $remaining |
|
72 | + * @param integer $quantity |
|
73 | 73 | * @return void |
74 | 74 | */ |
75 | 75 | protected function error($remaining, $quantity) |