Commit 5753497d authored by Nicolas Widart's avatar Nicolas Widart

Add some docblocks

parent 9cdb2016
...@@ -84,7 +84,7 @@ class InstallCommand extends Command ...@@ -84,7 +84,7 @@ class InstallCommand extends Command
} }
/** /**
* * Run the required commands to use Sentinel
*/ */
private function runSentinelUserCommands() private function runSentinelUserCommands()
{ {
...@@ -108,6 +108,9 @@ class InstallCommand extends Command ...@@ -108,6 +108,9 @@ class InstallCommand extends Command
$this->info('User commands done.'); $this->info('User commands done.');
} }
/**
* Run the required commands to use Sentry
*/
private function runSentryUserCommands() private function runSentryUserCommands()
{ {
$this->info('Running Sentry migrations...'); $this->info('Running Sentry migrations...');
...@@ -168,6 +171,9 @@ class InstallCommand extends Command ...@@ -168,6 +171,9 @@ class InstallCommand extends Command
$this->info('Application migrated!'); $this->info('Application migrated!');
} }
/**
*
*/
private function publishConfigurations() private function publishConfigurations()
{ {
$this->call('publish:config', ['package' => 'dimsav/laravel-translatable']); $this->call('publish:config', ['package' => 'dimsav/laravel-translatable']);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment