Code optimisations.

This commit is contained in:
James Cole
2018-07-22 18:50:27 +02:00
parent ea2c48bca5
commit ca096852a5
56 changed files with 221 additions and 427 deletions

View File

@@ -36,14 +36,14 @@ class AdminServiceProvider extends ServiceProvider
/**
* Bootstrap the application services.
*/
public function boot()
public function boot(): void
{
}
/**
* Register the application services.
*/
public function register()
public function register(): void
{
$this->linkType();
}
@@ -51,7 +51,7 @@ class AdminServiceProvider extends ServiceProvider
/**
* Register link type repository
*/
private function linkType()
private function linkType(): void
{
$this->app->bind(
LinkTypeRepositoryInterface::class,