Skip to content

Commit ad24422

Browse files
committed
Remove unused view and action for Pastbin
1 parent 5c87132 commit ad24422

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

app/controllers/PastesController.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ public function __construct(PasteRepository $pastes, PasteCreator $creator, Past
2020
$this->fork = $fork;
2121
}
2222

23-
public function getIndex()
24-
{
25-
$pastes = $this->pastes->getRecentPaginated();
26-
$this->title = 'Create Paste';
27-
$this->view('bin.index', compact('pastes'));
28-
}
29-
3023
public function getShow($hash)
3124
{
3225
$paste = $this->pastes->getByHash($hash);

app/views/bin/index.blade.php

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)