From 2a01731ca64d3bb92bd8ddb462b743c2c799a615 Mon Sep 17 00:00:00 2001 From: Anjali Rani <231998anjalirani@gmail.com> Date: Sat, 31 Oct 2020 23:47:34 +0530 Subject: [PATCH] my first commit on Laravel --- README.md | 1 + src/CanBeBought.php | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 50ca220e..2b4564ee 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ [![Latest Unstable Version](https://poser.pugx.org/gloudemans/shoppingcart/v/unstable)](https://packagist.org/packages/gloudemans/shoppingcart) [![License](https://poser.pugx.org/gloudemans/shoppingcart/license)](https://packagist.org/packages/gloudemans/shoppingcart) +Hello friends, my name is Anjali Rani. A simple shoppingcart implementation for Laravel. ## Installation diff --git a/src/CanBeBought.php b/src/CanBeBought.php index 96e0e534..85a50306 100644 --- a/src/CanBeBought.php +++ b/src/CanBeBought.php @@ -6,6 +6,7 @@ trait CanBeBought { /** + * Author : Anjali Rani * Get the identifier of the Buyable item. * * @return int|string