Skip to content
This repository has been archived by the owner on Apr 10, 2018. It is now read-only.

Commit

Permalink
Added profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
ilumos committed Dec 22, 2013
1 parent 85ec5da commit 0601bea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
"tsukanov/steam-locomotive": "dev-master",
"lightopenid/lightopenid": "dev-master",
"zeropingheroes/steam-browser-protocol": "dev-dev",
"machuga/authority-l4" : "dev-master"
},
"machuga/authority-l4" : "dev-master",
"loic-sharma/profiler": "1.1.*"
},
"autoload": {
"classmap": [
"src/migrations",
Expand Down
2 changes: 2 additions & 0 deletions src/Zeropingheroes/LanagerCore/LanagerCoreServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public function boot()
$this->app->register('VTalbot\Markdown\MarkdownServiceProvider');
$this->app->register('Bootstrapper\BootstrapperServiceProvider');
$this->app->register('Zeropingheroes\SteamBrowserProtocol\SteamBrowserProtocolServiceProvider');
//$this->app->register('Profiler\ProfilerServiceProvider');

include __DIR__.'/../../routes.php';
include __DIR__.'/../../filters.php';
Expand Down Expand Up @@ -86,6 +87,7 @@ public function register()
$loader->alias('Typeahead' ,'Bootstrapper\Typeahead');
$loader->alias('Typography' ,'Bootstrapper\Typography');
$loader->alias('Authority' ,'Authority\AuthorityL4\Facades\Authority');
//$loader->alias('Profiler' ,'Profiler\Facades\Profiler');
});

// Initialise authority with its own config file
Expand Down

0 comments on commit 0601bea

Please sign in to comment.