Skip to content

Commit fa036b2

Browse files
author
Alexander Gaal
committed
chore: release v5.2.0
1 parent bf803f9 commit fa036b2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "akrillia/laravel-beyond",
33
"type": "library",
44
"license": "ISC",
5-
"version": "5.1.0",
5+
"version": "5.2.0",
66
"autoload": {
77
"psr-4": {
88
"AkrilliA\\LaravelBeyond\\": "src/"

src/Commands/MakeNotificationCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace AkrilliA\LaravelBeyond\Commands;
44

55
use AkrilliA\LaravelBeyond\Resolvers\DomainNameSchemaResolver;
6-
use Illuminate\Support\Str;
76

87
class MakeNotificationCommand extends BaseCommand
98
{

0 commit comments

Comments
 (0)