Skip to content

Commit

Permalink
Merge pull request #4 from UmpactoSoluciones/0.1
Browse files Browse the repository at this point in the history
0.1
  • Loading branch information
RobertoArmas authored Jan 27, 2017
2 parents 7094ae9 + aa0453f commit 7673299
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"illuminate/support": "5.3.*|5.4.*",
"illuminate/console": "5.3.*|5.4.*"
},
"suggest":{
"illuminate/routing": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*",
},
"license": "MIT",
"authors": [
{
Expand Down
10 changes: 10 additions & 0 deletions src/UmpactoSoluciones/Tools/Http/Controllers/Api/ApiController.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

namespace UmpactoSoluciones\Tools\Http\Controllers\Api;

use Illuminate\Routing\Controller as BaseController;

abstract class ApiController extends BaseController
{

}

0 comments on commit 7673299

Please sign in to comment.