Skip to content

Commit

Permalink
formattinG
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jul 20, 2018
1 parent 4887530 commit e6f6343
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,16 @@ public function resourcePath($path = '')
return $this->basePath.DIRECTORY_SEPARATOR.'resources'.($path ? DIRECTORY_SEPARATOR.$path : $path);
}

/**
* Determine if the application routes are cached.
*
* @return bool
*/
public function routesAreCached()
{
return false;
}

/**
* Determine if the application is running in the console.
*
Expand Down Expand Up @@ -819,16 +829,6 @@ public function flush()
static::$instance = null;
}

/**
* Determine if the application routes are cached.
*
* @return bool
*/
public function routesAreCached()
{
return false;
}

/**
* Register the core container aliases.
*
Expand Down

0 comments on commit e6f6343

Please sign in to comment.