Skip to content

Commit d242754

Browse files
committed
Fix: all the issue in user controller
1 parent fdd3446 commit d242754

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/Http/Controllers/UserController.php

-4
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,10 @@
88
class UserController extends BaseController
99
{
1010

11-
private $snake_case;
12-
1311
public function camel_omething()
1412
{
1513

1614
$var_case = "hello world";
17-
$var_case = "hello world";
18-
$new = "unused var";
1915

2016
return $var_case;
2117

0 commit comments

Comments
 (0)