Add Notes model, controller and database table. Implement it in Customer Dialog, #6
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
|
||||
use Inertia\Inertia;
|
||||
use App\Models\Customer;
|
||||
use App\Models\Note;
|
||||
use App\Support\ApiDataTransformer;
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
class CustomerController extends Controller
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user