Skip to content
This repository was archived by the owner on Sep 4, 2021. It is now read-only.

Commit 5d7ea39

Browse files
author
Pascal Krason
committed
Fixed namespace
1 parent a646696 commit 5d7ea39

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {},
1414
"autoload": {
1515
"psr-4": {
16-
"Padrio\\Electrum\\": "src"
16+
"Electrum\\": "src"
1717
}
1818
}
1919
}

src/Electrum.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
<?php
22

3+
namespace Electrum;
4+
35
/**
46
* Created using PHPStorm
57
* User: Pascal Krason <p.krason@padr.io>
68
* Date: 18.01.2017
79
*/
8-
class Electrum
10+
class Client
911
{
1012

1113
/**

0 commit comments

Comments
 (0)