style: run php-cs-fixer

This commit is contained in:
2021-05-20 20:37:35 -03:00
parent 92a6410321
commit 54efb095fe
43 changed files with 84 additions and 102 deletions

View File

@@ -2,10 +2,9 @@
namespace App\Http\Controllers;
use \Lang;
use \App\User;
use \App\Item;
use \App\Product;
use \App\User;
use \Lang;
use Illuminate\Http\Request;
class UserController extends Controller