Advertisement
Guest User

Untitled

a guest
Mar 6th, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <?= $constants['business_name] ?>
  2.  
  3. View::share
  4.  
  5. public function __construct()
  6. {
  7. $constants = DB::table('constants')->get();
  8. return $constants;
  9. View::share('constants', $constants);
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement