Skip to content

Commit

Permalink
Update standard.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed Mar 20, 2016
1 parent 746c20d commit 9e7fd52
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CachableQueryServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php namespace Orchestra\Database;
<?php

namespace Orchestra\Database;

use Illuminate\Support\ServiceProvider;
use Illuminate\Database\Query\Builder as QueryBuilder;
Expand Down
4 changes: 3 additions & 1 deletion CacheDecorator.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php namespace Orchestra\Database;
<?php

namespace Orchestra\Database;

use Illuminate\Support\Arr;
use Illuminate\Support\Collection;
Expand Down
4 changes: 3 additions & 1 deletion Console/Migrations/MigrateCommand.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php namespace Orchestra\Database\Console\Migrations;
<?php

namespace Orchestra\Database\Console\Migrations;

use Symfony\Component\Console\Input\InputOption;
use Illuminate\Database\Console\Migrations\MigrateCommand as BaseCommand;
Expand Down
4 changes: 3 additions & 1 deletion Console/Migrations/RefreshCommand.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php namespace Orchestra\Database\Console\Migrations;
<?php

namespace Orchestra\Database\Console\Migrations;

use Symfony\Component\Console\Input\InputOption;
use Illuminate\Database\Console\Migrations\RefreshCommand as BaseCommand;
Expand Down
4 changes: 3 additions & 1 deletion MigrationServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php namespace Orchestra\Database;
<?php

namespace Orchestra\Database;

use Illuminate\Contracts\Foundation\Application;
use Orchestra\Database\Console\Migrations\MigrateCommand;
Expand Down

0 comments on commit 9e7fd52

Please sign in to comment.