Applied fixes from StyleCI

This commit is contained in:
Phan An 2015-12-22 04:54:19 -05:00 committed by StyleCI Bot
parent 0dcc270d93
commit e1d0f6a2bd
2 changed files with 2 additions and 2 deletions

View file

@ -100,7 +100,7 @@ class Artist extends Model
/**
* Turn the image name into its absolute URL.
*
* @param mixed $value
* @param mixed $value
*
* @return string|null
*/

View file

@ -1,7 +1,7 @@
<?php
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
class AddImageToArtistsTable extends Migration
{