mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
T350: Fixed server-rendered profiles.
This commit is contained in:
parent
5f865dca6b
commit
ba25beb09b
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,8 @@ namespace App\Http\Controllers;
|
|||
|
||||
use App;
|
||||
use App\User;
|
||||
use Illuminate\Contracts\View\View;
|
||||
use View;
|
||||
use Redirect;
|
||||
|
||||
class ArtistsController extends Controller
|
||||
{
|
||||
|
@ -32,4 +33,4 @@ class ArtistsController extends Controller
|
|||
|
||||
return Redirect::action('ArtistsController@getProfile', [$id]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue