rename fileController to DocumentController

This commit is contained in:
aslan 2024-02-09 14:31:12 +03:00
parent de6b83d675
commit fe8e9c94c0
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ use Illuminate\Foundation\Application;
use Illuminate\Support\Facades\Auth;
use Illuminate\Support\Facades\Storage;
class FileController extends Controller
class DocumentController extends Controller
{
public function __construct()
{