#1 work around not working in travis-ci

This commit is contained in:
Nabeel Shahzad
2017-12-04 12:51:46 -06:00
parent 2ec85d08ff
commit 879d2ba564
2 changed files with 0 additions and 22 deletions

View File

@@ -1,21 +0,0 @@
<?php
namespace App\Providers;
use RachidLaasri\LaravelInstaller\Providers\LaravelInstallerServiceProvider as ServiceProvider;
class LaravelInstallerServiceProvider extends ServiceProvider
{
/**
* Register the service provider.
*
* @return void
*/
public function register()
{
$this->publishFiles();
$route_path = base_path('/vendor/rachidlaasri/laravel-installer/src/Routes/web.php');
$this->loadRoutesFrom($route_path);
}
}

View File

@@ -66,7 +66,6 @@ return [
/*
* Application Service Providers...
*/
App\Providers\LaravelInstallerServiceProvider::class,
App\Providers\AppServiceProvider::class,
App\Providers\BroadcastServiceProvider::class,
App\Providers\AuthServiceProvider::class,