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" %}
|
{% extends "app" %}
|
||||||
{% block title %}Users{% endblock %}
|
{% block title %}Users{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<form class="flex flex-col py-8">
|
<div class="flex flex-col py-8">
|
||||||
<form>
|
<form>
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
@@ -696,6 +696,7 @@ class TunnelTest extends TestCase
|
|||||||
|
|
||||||
$client = app(Client::class);
|
$client = app(Client::class);
|
||||||
$client->shouldExit(false);
|
$client->shouldExit(false);
|
||||||
|
|
||||||
return $client;
|
return $client;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user