refactor namespace and update routes for api

This commit is contained in:
jayvirsinh_gohil
2019-11-15 18:05:22 +05:30
parent 200d7a33df
commit 3f550da1f5
136 changed files with 3763 additions and 3763 deletions

View File

@ -28,17 +28,17 @@ $app = new Illuminate\Foundation\Application(
$app->singleton(
Illuminate\Contracts\Http\Kernel::class,
Laraspace\Http\Kernel::class
Crater\Http\Kernel::class
);
$app->singleton(
Illuminate\Contracts\Console\Kernel::class,
Laraspace\Console\Kernel::class
Crater\Console\Kernel::class
);
$app->singleton(
Illuminate\Contracts\Debug\ExceptionHandler::class,
Laraspace\Exceptions\Handler::class
Crater\Exceptions\Handler::class
);
/*