mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-23 23:51:25 +00:00
Codestyle
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user