This commit is contained in:
jqh 2020-07-10 00:13:30 +08:00
parent 04524900e1
commit f0f3a91e4d

View File

@ -2,10 +2,9 @@
namespace Dcat\LogViewer; namespace Dcat\LogViewer;
use Illuminate\Routing\Controller;
use Illuminate\Support\Str; use Illuminate\Support\Str;
class LogController extends Controller class LogController
{ {
public function index($file = null) public function index($file = null)
{ {