Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhiltri committed Feb 28, 2018
1 parent 5c59288 commit 626837d
Show file tree
Hide file tree
Showing 6 changed files with 676 additions and 690 deletions.
2 changes: 1 addition & 1 deletion app/Models/Membership/LegacyEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ protected function transformMappingInternal()
public function exampleId()
{

return "2277";
return "2618626";

}

Expand Down
2 changes: 1 addition & 1 deletion app/Models/Mobile/TourStop.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ protected function transformMappingInternal()
public function exampleId()
{

return "17";
return "1041";

}

Expand Down
2 changes: 1 addition & 1 deletion app/Models/Shop/Category.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public function getExtraFillFieldsFrom($source)
public function exampleId()
{

return "999175";
return "2";

}

Expand Down
2 changes: 1 addition & 1 deletion app/Models/Shop/Product.php
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ public function attachFrom($source)
public function exampleId()
{

return "999966";
return "7760";

}

Expand Down
Loading

0 comments on commit 626837d

Please sign in to comment.