Advertisement
Guest User

Untitled

a guest
Feb 21st, 2018
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1.  
  2. class ProjectsController extends Controller
  3. {
  4.     protected $company;
  5.     public function __construct($id)
  6.     {
  7.         dd($id);
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement