Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IlhamriSKY committed Oct 2, 2024
1 parent bf2c136 commit 4d4e846
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Ilhamrisky/pddiktiapi",
"name": "ilhamrisky/pddiktiapi",
"description": "Laravel package for PDDIKTI API",
"type": "library",
"license": "MIT",
Expand All @@ -8,18 +8,18 @@
},
"autoload": {
"psr-4": {
"Ilhamrisky\\PddiktiApi\\": "src/"
"ilhamrisky\\PddiktiApi\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Ilhamrisky\\PddiktiApi\\Tests\\": "tests/"
"ilhamrisky\\PddiktiApi\\Tests\\": "tests/"
}
},
"extra": {
"laravel": {
"providers": [
"Ilhamrisky\\PddiktiApi\\PddiktiApiServiceProvider"
"ilhamrisky\\PddiktiApi\\PddiktiApiServiceProvider"
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/Api.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Ilhamrisky\PddiktiApi;
namespace ilhamrisky\PddiktiApi;

use Illuminate\Support\Facades\Log;

Expand Down
2 changes: 1 addition & 1 deletion src/Helper.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Ilhamrisky\PddiktiApi;
namespace ilhamrisky\PddiktiApi;

use GuzzleHttp\Client;
use GuzzleHttp\Exception\RequestException;
Expand Down
2 changes: 1 addition & 1 deletion src/PddiktiApiServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Ilhamrisky\PddiktiApi;
namespace ilhamrisky\PddiktiApi;

use Illuminate\Support\ServiceProvider;

Expand Down

0 comments on commit 4d4e846

Please sign in to comment.