We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf803f9 commit fa036b2Copy full SHA for fa036b2
composer.json
@@ -2,7 +2,7 @@
2
"name": "akrillia/laravel-beyond",
3
"type": "library",
4
"license": "ISC",
5
- "version": "5.1.0",
+ "version": "5.2.0",
6
"autoload": {
7
"psr-4": {
8
"AkrilliA\\LaravelBeyond\\": "src/"
src/Commands/MakeNotificationCommand.php
@@ -3,7 +3,6 @@
namespace AkrilliA\LaravelBeyond\Commands;
use AkrilliA\LaravelBeyond\Resolvers\DomainNameSchemaResolver;
-use Illuminate\Support\Str;
class MakeNotificationCommand extends BaseCommand
9
{
0 commit comments