mirror of
https://github.com/cp6/my-idlers.git
synced 2025-06-06 09:08:10 +00:00
Removed un unused create() and store() from YabsController.php
This commit is contained in:
parent
507f128bf6
commit
3bef30d861
1 changed files with 0 additions and 10 deletions
|
@ -15,16 +15,6 @@ class YabsController extends Controller
|
|||
return view('yabs.index', ['yabs' => Yabs::allYabs()]);
|
||||
}
|
||||
|
||||
public function create()
|
||||
{
|
||||
abort(404);//Use new YABS json output POST method -s "URL"
|
||||
}
|
||||
|
||||
public function store(Request $request)
|
||||
{
|
||||
abort(404);//Storing YABS now done through APiController
|
||||
}
|
||||
|
||||
public function show(Yabs $yab)
|
||||
{
|
||||
return view('yabs.show', ['yabs' => Yabs::yabs($yab->id)]);
|
||||
|
|
Loading…
Add table
Reference in a new issue