mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-13 11:41:31 +00:00
updated streamline-setup v2
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
namespace Database\Seeders;
|
||||
|
||||
use Illuminate\Database\Seeder;
|
||||
|
||||
class PremiumsTableSeeder extends Seeder
|
||||
{
|
||||
/**
|
||||
* Run the database seeders.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function run(){
|
||||
\Streamline\Models\InsurancePremiums::firstOrCreate(['id' => '1','group_id' => '1','amount' => '20000','start_date' => '2019-02-01','end_date' => '2020-05-31','payment_date' => '2019-02-11','family_heads' => '1','family_amount' => '20000','receipt_number' => '0001','created_by' => '1']);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user