Skip to content

Commit

Permalink
Update to namespace to match org
Browse files Browse the repository at this point in the history
  • Loading branch information
chssmith committed Oct 18, 2021
1 parent 5f7dd8c commit 2ceb52e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "roanoke_college/ethos",
"name": "roanokecollege/ethos",
"description": "Roanoke College custom package for Ethos interactions",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"RoanokeCollege\\Ethos\\": "src/"
"Roanokecollege\\Ethos\\": "src/"
}
},
"authors": [
Expand All @@ -20,10 +20,10 @@
"extra": {
"laravel": {
"providers": [
"RoanokeCollege\\Ethos\\EthosServiceProvider"
"Roanokecollege\\Ethos\\EthosServiceProvider"
],
"aliases": [
"Ethos": "RoanokeCollege\\Ethos\\Facade"
"Ethos": "Roanokecollege\\Ethos\\Facade"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/EthosRequest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace RoanokeCollege\Ethos;
namespace Roanokecollege\Ethos;

use Illuminate\Support\Facades\Http;
use Illuminate\Support\Collection;
Expand Down
2 changes: 1 addition & 1 deletion src/EthosServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace RoanokeCollege\Ethos;
namespace Roanokecollege\Ethos;

use Illuminate\Support\ServiceProvider;

Expand Down

0 comments on commit 2ceb52e

Please sign in to comment.