Page MenuHomePhorge

20190815.account.01.carts.php
No OneTemporary

Size
279 B
Referenced Files
None
Subscribers
None

20190815.account.01.carts.php

<?php
$edge_type = PhortuneAccountHasMerchantEdgeType::EDGECONST;
$table = new PhortuneCart();
foreach (new LiskMigrationIterator($table) as $cart) {
id(new PhabricatorEdgeEditor())
->addEdge($cart->getAccountPHID(), $edge_type, $cart->getMerchantPHID())
->save();
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Jun 17, 3:45 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
226689
Default Alt Text
20190815.account.01.carts.php (279 B)

Event Timeline