help desk crud
This commit is contained in:
parent
b9e26d15d5
commit
f08950e371
|
|
@ -35,6 +35,6 @@ class CreateHelpTicketsTable extends Migration
|
|||
*/
|
||||
public function down()
|
||||
{
|
||||
Schema::drop('helpTicket');
|
||||
Schema::drop('help_tickets');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue