v1.3.2 - Fixed table css and removed pagination in backend

This commit is contained in:
frederikpyt
2020-09-21 08:32:05 +02:00
parent 7b99cd7f4e
commit 13197b8be8
8 changed files with 60 additions and 70 deletions
@@ -7,9 +7,6 @@ use Illuminate\Http\Response;
class AboutController extends Controller
{
public function __construct()
{
$this->middleware(["auth"]);