Skip to content

Commit

Permalink
CS: PSR-1/2
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Jun 7, 2016
1 parent b387a4d commit c2f3cd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Http/apiRoutes.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

use Illuminate\Routing\Router;

/** @var $router Router */

$router->post('translation/update', ['uses' => 'TranslationController@update', 'as' => 'api.translation.translations.update', ]);
Expand Down
1 change: 1 addition & 0 deletions Http/backendRoutes.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

use Illuminate\Routing\Router;

/** @var Router $router */

$router->group(['prefix' =>'/translation'], function (Router $router) {
Expand Down

0 comments on commit c2f3cd2

Please sign in to comment.