Allow going back to a previous commit
This commit is contained in:
@ -4,7 +4,6 @@ namespace App\Service;
|
||||
|
||||
use App\Entity\User;
|
||||
use App\Git\CustomGitRepository;
|
||||
use CzProject\GitPhp\GitRepository;
|
||||
|
||||
class SnipService
|
||||
{
|
||||
@ -42,7 +41,7 @@ class SnipService
|
||||
return file_get_contents($this->getSnipPath());
|
||||
}
|
||||
|
||||
public function getRepo(): GitRepository
|
||||
public function getRepo(): CustomGitRepository
|
||||
{
|
||||
return $this->repo;
|
||||
}
|
||||
|
Reference in New Issue
Block a user