From 4a89c522f0d092c58da3b2d2dfc4383fe8593d3b Mon Sep 17 00:00:00 2001 From: AfzalSabbir Date: Sat, 17 Sep 2022 22:28:25 +0600 Subject: [PATCH] Namespace updated - `Afzalsabbir` to `AfzalSabbir` --- LICENSE.md | 4 ++-- src/SlugGeneratorFacade.php | 2 +- src/SlugGeneratorServiceProvider.php | 2 +- src/Traits/SlugGenerator.php | 2 +- src/helpers.php | 2 +- tests/Feature/ExampleTest.php | 4 ++-- tests/TestCase.php | 4 ++-- tests/Unit/ExampleTest.php | 4 ++-- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index c43eece..69aaf02 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) Afzalsabbir +Copyright (c) AfzalSabbir Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file +THE SOFTWARE. diff --git a/src/SlugGeneratorFacade.php b/src/SlugGeneratorFacade.php index 94ac0b0..153b7bc 100644 --- a/src/SlugGeneratorFacade.php +++ b/src/SlugGeneratorFacade.php @@ -1,6 +1,6 @@