Commit 031ae4fefd361fe1bf33e38a7c4d68ed85a25198

Authored by Alex Savenko
1 parent e495b985

docs

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/library/App/Bootstrap/CollectionBootstrap.php
... ... @@ -20,9 +20,9 @@ class CollectionBootstrap implements BootstrapInterface
20 20 $api
21 21 ->collection(new ExportCollection('/export'))
22 22 ->resource(new UserResource('/users'))
  23 + ->resource(new GaResource('/ga'))
23 24 ->resource(new AlbumResource('/albums'))
24 25 ->resource(new PhotoResource('/photos'))
25   - ->resource(new ProjectResource('/projects'))
26   - ->resource(new GaResource('/ga'));
  26 + ->resource(new ProjectResource('/projects'));
27 27 }
28 28 }
... ...