Skip to content

Commit

Permalink
Reorder uses.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Oct 7, 2014
1 parent b394b29 commit 772c15e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Facile/Template/Base.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php namespace Orchestra\Facile\Template;

use Illuminate\View\View;
use InvalidArgumentException;
use Illuminate\Http\JsonResponse;
use Illuminate\Http\Response as IlluminateResponse;
use Illuminate\Support\Contracts\ArrayableInterface;
use Illuminate\View\View;
use Orchestra\Support\Collection;
use Orchestra\Support\Contracts\CsvableInterface;
use Illuminate\Http\Response as IlluminateResponse;
use Illuminate\Support\Contracts\ArrayableInterface;

class Base extends Driver
{
Expand Down

0 comments on commit 772c15e

Please sign in to comment.