remove invoice and regenerate InvoiceController

This commit is contained in:
Edmond Teh
2020-08-24 14:04:03 +08:00
parent 2e09119fb0
commit f90c7282b2
@@ -4,7 +4,7 @@ namespace App\Http\Controllers;
use Illuminate\Http\Request;
class Invoice extends Controller
class InvoiceController extends Controller
{
//
}