Skip to content

Commit

Permalink
removed demo references
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesnowden committed Oct 25, 2018
1 parent efd5702 commit efc2295
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
use Laraview\Console\Commands\LaraviewGenerateLayout;
use Laraview\Console\Commands\LaraviewGenerateRegion;
use Laraview\Console\Commands\LaraviewGenerateView;
use Laraview\Laraview\CustomerEdit\CustomerEditView;
use Laraview\Libs\Blueprints\RegisterBlueprint;
use Laraview\Libs\Register;

Expand All @@ -21,7 +20,6 @@ public function boot()
{
$this->app->singleton( RegisterBlueprint::class, Register::class );
$this->app[ RegisterBlueprint::class ]->viewComposer();
$this->app[ RegisterBlueprint::class ]->attachView( new CustomerEditView() );
}

/**
Expand Down

0 comments on commit efc2295

Please sign in to comment.