mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-23 23:51:25 +00:00
Codestyle
This commit is contained in:
@@ -80,4 +80,4 @@ class BuyableProduct implements Buyable
|
||||
{
|
||||
return $this->weight;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,4 +42,4 @@ class BuyableProductTrait implements Buyable
|
||||
$this->price = $price;
|
||||
$this->weight = $weight;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@ class Identifiable implements InstanceIdentifier
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the unique identifier to load the Cart from
|
||||
* Get the unique identifier to load the Cart from.
|
||||
*
|
||||
* @return int|string
|
||||
*/
|
||||
@@ -40,7 +40,7 @@ class Identifiable implements InstanceIdentifier
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the unique identifier to load the Cart from
|
||||
* Get the unique identifier to load the Cart from.
|
||||
*
|
||||
* @return int|string
|
||||
*/
|
||||
@@ -48,4 +48,4 @@ class Identifiable implements InstanceIdentifier
|
||||
{
|
||||
return $this->discountRate;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,4 +10,4 @@ class ProductModel
|
||||
{
|
||||
return $this;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user