mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-22 07:30:25 +00:00
Update GitRepositoryResource.php
This commit is contained in:
parent
e1091f2802
commit
28647b38fd
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class GitRepositoryResource extends Resource
|
|||
->action(function (GitRepository $record) {
|
||||
|
||||
$gitRepository = GitRepository::find($record->id);
|
||||
$gitRepository->clone();
|
||||
$gitRepository->pull();
|
||||
|
||||
}),
|
||||
Tables\Actions\DeleteAction::make(),
|
||||
|
|
Loading…
Reference in a new issue