Skip to content

Commit

Permalink
tweak formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Sep 20, 2016
1 parent 164223c commit 5f5ab94
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/Illuminate/Foundation/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -268,17 +268,6 @@ public function bootstrap()
$this->app->loadDeferredProviders();
}

/**
* Set the Artisan application instance.
*
* @param \Illuminate\Console\Application $value
* @return void
*/
public function setArtisan($value)
{
$this->artisan = $value;
}

/**
* Get the Artisan application instance.
*
Expand All @@ -294,6 +283,17 @@ protected function getArtisan()
return $this->artisan;
}

/**
* Set the Artisan application instance.
*
* @param \Illuminate\Console\Application $artisan
* @return void
*/
public function setArtisan($artisan)
{
$this->artisan = $artisan;
}

/**
* Get the bootstrap classes for the application.
*
Expand Down

0 comments on commit 5f5ab94

Please sign in to comment.