create(['name' => 1]) protected $connection = 'mongodb'; protected $collection = 'transactions'; protected $dates = [ 'created_at', 'updated_at', 'time', 'created_at' ]; protected $fillable = [ 'name' ]; }