Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
CRAP | |
100.00% |
0 / 0 |
| PricePerVariant | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
0 | |
100.00% |
0 / 0 |
| <?php | |
| namespace Mtc\Shop\PriceMethods\Models; | |
| use Illuminate\Database\Eloquent\Model; | |
| class PricePerVariant extends Model | |
| { | |
| protected $fillable = [ | |
| 'variant_id', | |
| 'quantity', | |
| 'price', | |
| ]; | |
| } |