Reformatted per psr-2 coding standards

This commit is contained in:
poppabear8883
2017-12-12 21:50:27 -05:00
parent 11dc78898e
commit e58563c88e
374 changed files with 6536 additions and 6547 deletions
@@ -9,7 +9,7 @@
* @license https://choosealicense.com/licenses/gpl-3.0/ GNU General Public License v3.0
* @author BluCrew
*/
namespace App\Http\Controllers;
use App\User;
@@ -18,11 +18,11 @@ class AchievementsController extends Controller
{
/**
* Show User Achievements
*
* @access public
* @return user.achievements
*/
* Show User Achievements
*
* @access public
* @return user.achievements
*/
public function index($username, $id)
{
$user = User::findOrFail($id);