Mark Townsend

Results 1 issues of Mark Townsend

Previously when users would run ``php artisan make:helper my_helper_function`` it would load the stub in like this: ```php if (!function_exists('DummyFunction')) { /** * description * * @param * @return */...