mirror of
https://github.com/koel/koel
synced 2025-02-16 05:18:37 +00:00
Merge pull request #135 from phanan/analysis-86E4nz
Applied fixes from StyleCI
This commit is contained in:
commit
8856b415af
2 changed files with 2 additions and 2 deletions
|
@ -100,7 +100,7 @@ class Artist extends Model
|
||||||
/**
|
/**
|
||||||
* Turn the image name into its absolute URL.
|
* Turn the image name into its absolute URL.
|
||||||
*
|
*
|
||||||
* @param mixed $value
|
* @param mixed $value
|
||||||
*
|
*
|
||||||
* @return string|null
|
* @return string|null
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
use Illuminate\Database\Schema\Blueprint;
|
|
||||||
use Illuminate\Database\Migrations\Migration;
|
use Illuminate\Database\Migrations\Migration;
|
||||||
|
use Illuminate\Database\Schema\Blueprint;
|
||||||
|
|
||||||
class AddImageToArtistsTable extends Migration
|
class AddImageToArtistsTable extends Migration
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue