massive improvements to tests, streamlined and synced migrations, fixed a lot of wrong or old table field references. implemented a lot of pages in react for website frontend
This commit is contained in:
@@ -123,7 +123,7 @@ class EventController extends Controller
|
||||
$eventPackage = \App\Models\EventPackage::create([
|
||||
'event_id' => $event->id,
|
||||
'package_id' => $packageId,
|
||||
'purchased_price' => $package->price,
|
||||
'price' => $package->price,
|
||||
'purchased_at' => now(),
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user