feat: Update AWS SDK and Laravel Package Tools versions

- Updated AWS SDK version to 3.301.4
- Updated Laravel Package Tools version to 1.16.4
This commit is contained in:
Rico van Zelst
2024-03-21 01:10:43 +01:00
parent effd0203a3
commit 236ff32acc
7 changed files with 160 additions and 55 deletions

View File

@@ -12,7 +12,9 @@ class StreamerPanelController extends Controller
*/
public function index()
{
//
return view('streamerpanel.index', [
'streamers' => Streamer::all(),
]);
}
/**