rename fileController to DocumentController
Tests & Lint & Deploy to Railway / build (20.x, 8.3) (push) Failing after 1m21s Details
Tests & Lint & Deploy to Railway / deploy (push) Has been skipped Details

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()
{