Enabled Domain homepage
This commit is contained in:
@@ -2,12 +2,13 @@
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use App\Models\Domain;
|
||||
|
||||
class HomeController extends Controller
|
||||
{
|
||||
public function network(string $name)
|
||||
public function network(Domain $o)
|
||||
{
|
||||
return view('networks')
|
||||
->with('content',$name)
|
||||
->with('network',$name);
|
||||
return view('domain.view')
|
||||
->with('o',$o);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user