Browse Source

Clean up

pull/9/head
Toby Zerner 10 years ago
parent
commit
93b96d65c4
  1. 5
      system/bootstrap.php
  2. 2
      system/extensions/.gitignore

5
system/bootstrap.php

@ -146,9 +146,4 @@ $app->singleton(
'ConsoleKernel'
);
$app->singleton(
'Illuminate\Contracts\Debug\ExceptionHandler',
'Illuminate\Foundation\Exceptions\Handler'
);
return $app;

2
system/extensions/.gitignore vendored

@ -1,2 +0,0 @@
*
!.gitignore
Loading…
Cancel
Save