File tree Expand file tree Collapse file tree 2 files changed +4
-19
lines changed
Expand file tree Collapse file tree 2 files changed +4
-19
lines changed Original file line number Diff line number Diff line change 11#!/usr/bin/env php
22<?php
33
4+ define ('LARAVEL_START ' , microtime (true ));
5+
46/*
57|--------------------------------------------------------------------------
68| Register The Auto Loader
1315|
1416*/
1517
16- require __DIR__ .'/bootstrap /autoload.php ' ;
18+ require __DIR__ .'/vendor /autoload.php ' ;
1719
1820$ app = require_once __DIR__ .'/bootstrap/app.php ' ;
1921
@@ -40,7 +42,7 @@ $status = $kernel->handle(
4042| Shutdown The Application
4143|--------------------------------------------------------------------------
4244|
43- | Once Artisan has finished running. We will fire off the shutdown events
45+ | Once Artisan has finished running, we will fire off the shutdown events
4446| so that any final work may be done by the application before we shut
4547| down the process. This is the last thing to happen to the request.
4648|
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments