/
proc
/
1387183
/
root
/
proc
/
1387184
/
root
/
home
/
pay
/
server
/
tests
/
File Upload :
llllll
Current File: //proc/1387183/root/proc/1387184/root/home/pay/server/tests/CreatesApplication.php
<?php namespace Tests; use Illuminate\Contracts\Console\Kernel; trait CreatesApplication { /** * Creates the application. * * @return \Illuminate\Foundation\Application */ public function createApplication() { $app = require __DIR__.'/../bootstrap/app.php'; $app->make(Kernel::class)->bootstrap(); return $app; } }
Copyright ©2k19 -
Hexid
|
Tex7ure