mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
Merge branch 'master' of github.com:beyondcode/phunnel
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% extends "app" %}
|
||||
{% block title %}Users{% endblock %}
|
||||
{% block content %}
|
||||
<form class="flex flex-col py-8">
|
||||
<div class="flex flex-col py-8">
|
||||
<form>
|
||||
<div>
|
||||
<div>
|
||||
|
||||
@@ -696,6 +696,7 @@ class TunnelTest extends TestCase
|
||||
|
||||
$client = app(Client::class);
|
||||
$client->shouldExit(false);
|
||||
|
||||
return $client;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user