diff --git a/composer.json b/composer.json index ce73a9c..f8c015b 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "Ilhamrisky/pddiktiapi", + "name": "ilhamrisky/pddiktiapi", "description": "Laravel package for PDDIKTI API", "type": "library", "license": "MIT", @@ -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" ] } }, diff --git a/src/Api.php b/src/Api.php index 6144603..37d9e4e 100644 --- a/src/Api.php +++ b/src/Api.php @@ -1,6 +1,6 @@