fix bug in auth
This commit is contained in:
@@ -16,6 +16,11 @@ use ZipArchive;
|
||||
|
||||
class FormController extends Controller
|
||||
{
|
||||
|
||||
public function __construct() {
|
||||
$this->middleware('auth');
|
||||
}
|
||||
|
||||
/**
|
||||
* Display a listing of the resource.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user