I hereby claim:
- I am tomcastleman on github.
- I am tomcastleman (https://keybase.io/tomcastleman) on keybase.
- I have a public key ASBB9IYWQSiqMnDrRYnM_yvZfPx2YdR2K4G0QcnYHho8rQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| namespace App\Providers; | |
| use Illuminate\Database\Query\Builder; | |
| use Illuminate\Support\ServiceProvider; | |
| class DumpSqlServiceProvider extends ServiceProvider | |
| { | |
| public function boot() |
| <?php | |
| namespace App\Database; | |
| use Illuminate\Database\Query\Builder; | |
| use Illuminate\Support\Collection; | |
| class UpsertBuilder | |
| { | |
| /** @var Builder */ |