Skip to content

Commit

Permalink
Compatibilizando com PSR-4 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascudo committed Oct 23, 2024
1 parent 446a6b7 commit 4318a37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"require": {},
"autoload": {
"psr-4": {
"Lucascudo\\LaravelPtBRLocalization\\": "src/"
"Lucascudo\\LaravelPtBrLocalization\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Lucascudo\\LaravelPtBRLocalization\\LaravelPtBRLocalizationServiceProvider"
"Lucascudo\\LaravelPtBrLocalization\\LaravelPtBrLocalizationServiceProvider"
]
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/LaravelPtBRLocalizationServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php

namespace Lucascudo\LaravelPtBRLocalization;
namespace Lucascudo\LaravelPtBrLocalization;

use Illuminate\Support\ServiceProvider;

class LaravelPtBRLocalizationServiceProvider extends ServiceProvider
class LaravelPtBrLocalizationServiceProvider extends ServiceProvider
{
/**
* Publishes translation files.
Expand Down

0 comments on commit 4318a37

Please sign in to comment.