Skip to content

Commit

Permalink
Fix Class naming
Browse files Browse the repository at this point in the history
  • Loading branch information
TuzelKO committed Aug 29, 2019
1 parent 3bd5a5c commit 0c5846f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This library implements the work of git-http-backend from the php environment, t

Just try:
1. Authorize your user using the engine methods.
2. Create an instance of the GitPHPBackend class.
2. Create an instance of the GitPHP\Backend class.
3. Call the "exec" method.
4. You have personal Git server!

Expand Down
4 changes: 2 additions & 2 deletions src/GitPHP/PHPGitBackend.php → src/GitPHP/Backend.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Monolog\Logger;
use Psr\Log\LoggerInterface;

class PHPGitBackend {
class Backend {

private $cmd = "/usr/lib/git-core/git-http-backend";

Expand Down Expand Up @@ -136,4 +136,4 @@ public function exec($send = true){

}

}
}

0 comments on commit 0c5846f

Please sign in to comment.