The Sendgrid cron does not belong in Firefly.

This commit is contained in:
James Cole
2016-01-06 15:20:21 +01:00
parent 8526907f50
commit 6f2b1a6a76
3 changed files with 0 additions and 98 deletions

View File

@@ -264,7 +264,6 @@ Route::bind(
* Auth\AuthController
*/
Route::get('/register', ['uses' => 'Auth\AuthController@getRegister', 'as' => 'register']);
Route::get('/cron/sendgrid', ['uses' => 'CronController@sendgrid']);
Route::controllers(
[