mirror of
https://github.com/vitodeploy/vito.git
synced 2025-06-30 21:46:16 +00:00
init
This commit is contained in:
13
app/Http/Controllers/ServerSettingController.php
Normal file
13
app/Http/Controllers/ServerSettingController.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use App\Models\Server;
|
||||
|
||||
class ServerSettingController extends Controller
|
||||
{
|
||||
public function index(Server $server)
|
||||
{
|
||||
return view('server-settings.index', compact('server'));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user