diff --git a/.idea/laravel-payfort.iml b/.idea/laravel-payfort.iml index aec502d..e9d3980 100644 --- a/.idea/laravel-payfort.iml +++ b/.idea/laravel-payfort.iml @@ -3,8 +3,76 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.idea/php.xml b/.idea/php.xml index 07f31c0..1f7e1ae 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -1,4 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/composer.json b/composer.json index d1db156..7cd71e5 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ }, "autoload": { "psr-4": { - "our-edu\\LaravelPayfort\\": "src/" + "LaravelPayfort\\": "src/" } },