Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhiltri committed Feb 4, 2018
1 parent 3aaa00f commit c98b906
Show file tree
Hide file tree
Showing 5 changed files with 902 additions and 909 deletions.
2 changes: 1 addition & 1 deletion app/Models/Shop/Category.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ protected function transformTitles()
public function exampleId()
{

return "999175";
return "999689";

}

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 @@ -151,7 +151,7 @@ protected function transformTitles()
public function exampleId()
{

return "999426";
return "999681";

}

Expand Down
2 changes: 1 addition & 1 deletion app/Providers/ResourceServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public function register()
],
[
'endpoint' => 'sites',
'model' => \App\Models\Sites\Site::class,
'model' => \App\Models\StaticArchive\Site::class,
],
[
'endpoint' => 'library-materials',
Expand Down
Loading

0 comments on commit c98b906

Please sign in to comment.