Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public function register()
- {
- $file = app_path('Helpers/Helper.php');
- if (file_exists($file)) {
- require_once($file);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement