help desk crud

This commit is contained in:
merdan 2020-04-29 18:36:21 +05:00
parent b9e26d15d5
commit f08950e371
1 changed files with 1 additions and 1 deletions

View File

@ -35,6 +35,6 @@ class CreateHelpTicketsTable extends Migration
*/
public function down()
{
Schema::drop('helpTicket');
Schema::drop('help_tickets');
}
}