Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
remove mailable class commited by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Qoraiche authored Mar 7, 2019
1 parent 4be5aa9 commit 19257ed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Http/routes.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

use App\Mail\Csdcsdc;

Route::get('/', function(){

return redirect()->route('mailableList');
Expand All @@ -26,4 +24,4 @@
Route::get('/mailables/preview/{name}', 'MailablesController@previewMailable')->name('previewMailable');
Route::get('/mailables/new', 'MailablesController@createMailable')->name('createMailable');
Route::post('/mailables/new', 'MailablesController@generateMailable')->name('generateMailable');
Route::post('/mailables/delete', 'MailablesController@delete')->name('deleteMailable');
Route::post('/mailables/delete', 'MailablesController@delete')->name('deleteMailable');

0 comments on commit 19257ed

Please sign in to comment.