Skip to content

Commit

Permalink
deneme
Browse files Browse the repository at this point in the history
  • Loading branch information
hcancakici committed May 28, 2017
1 parent 37af30b commit f55e405
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/Http/Controllers/MalzemeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ public function delete($id)
return view('malzeme/index', ['malzemeler' => $malzemeler]);
}

public function gitLab()
{
return "GitLab rocks!!";
}

public function edit($id)
{
$malzeme = \App\Malzeme::find($id);
Expand Down

0 comments on commit f55e405

Please sign in to comment.