chore: old changes

Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
2022-10-08 14:10:02 +01:00
parent 520d067f0f
commit aec2544f14
4 changed files with 24 additions and 11 deletions

View File

@@ -41,11 +41,4 @@ class HomeController extends Controller
return view('home')
->with('positions', $positions);
}
public function pageGiveaway()
{
return view('giveaway');
}
}