Advertisement
juliarnasution

serviceProvider

Dec 8th, 2018
1,310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. public function register()
  2. {
  3.     $file = app_path('Helpers/Helper.php');
  4.     if (file_exists($file)) {
  5.         require_once($file);
  6.     }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement