Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Controller.php
  • Loading branch information
aglipanci authored Feb 2, 2025
commit 97e032c5dc8d813ebd85af70ae8ea0425e2065bf
5 changes: 1 addition & 4 deletions app/Http/Controllers/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@

class Controller extends BaseController
{
use AuthorizesRequests, DispatchesJobs, ValidatesRequests;

public function test()

use AuthorizesRequests, DispatchesJobs, ValidatesRequests;

// test
public function test1() {}
Expand Down