Removed unused functions in controllers
Removed unused functions in controllers
This commit is contained in:
parent
69a972e0d9
commit
8221bf45d8
|
@ -7,23 +7,5 @@ use Illuminate\Http\Request;
|
|||
|
||||
class DiskSpeedController extends Controller
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
public function create()
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
public function store(Request $request)
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
public function destroy(DiskSpeed $diskSpeed)
|
||||
{
|
||||
//
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,18 +7,4 @@ use Illuminate\Http\Request;
|
|||
|
||||
class NetworkSpeedController extends Controller
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
public function show(NetworkSpeed $networkSpeed)
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
public function destroy(NetworkSpeed $networkSpeed)
|
||||
{
|
||||
//
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user