×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: PHP
Posted by: Claudio Gonzalez
Added: Dec 15, 2017 8:13 PM
Views: 2658
Tags: no tags
  1. public function index(){
  2.         $id         = Auth::get('id');
  3.         $this->data = (new Socios)->find($id);
  4.     }
  5.