Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
elyambay committed Sep 11, 2018
1 parent 5295a1d commit d83e239
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Controllers/FichasController.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
class FichasController extends Controller
{
public function index(){
dd("holo");
$dbData = Ficha_dato::get();
return view('fichas.list')->with('dbData', $dbData);
}
Expand Down

0 comments on commit d83e239

Please sign in to comment.