Skip to content

Commit 0f1f02f

Browse files
authored
Apply fixes from StyleCI (#3)
1 parent 0be3c8e commit 0f1f02f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

database/migrations/2018_02_13_204645_create_urls_table.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22

3-
use Illuminate\Database\Migrations\Migration;
4-
use Illuminate\Database\Schema\Blueprint;
53
use Illuminate\Support\Facades\Schema;
4+
use Illuminate\Database\Schema\Blueprint;
5+
use Illuminate\Database\Migrations\Migration;
66

77
class CreateUrlsTable extends Migration
88
{

src/Http/Controllers/UrlController.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
namespace Gallib\ShortUrl\Http\Controllers;
44

5-
use Gallib\ShortUrl\Http\Requests\UrlRequest;
6-
use Gallib\ShortUrl\Http\Responses\UrlResponse;
75
use Gallib\ShortUrl\Url;
86
use Illuminate\Routing\Controller;
7+
use Gallib\ShortUrl\Http\Requests\UrlRequest;
8+
use Gallib\ShortUrl\Http\Responses\UrlResponse;
99

1010
class UrlController extends Controller
1111
{

0 commit comments

Comments
 (0)