Skip to content

Commit

Permalink
Cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
larsemil committed Aug 23, 2022
1 parent a24fe45 commit dd2d16e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Controllers/TestController.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,13 @@
class TestController{
public static function show(Request $request){
return blade('hello');

}

public static function test(Request $request){


return blade('form');

}

public static function store(Request $request){

dd($request);

return "Tack för din data. ";
}
}

0 comments on commit dd2d16e

Please sign in to comment.