芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/www/vendor/laravel/jetstream/src/Http/Livewire/CreateTeamForm.php
resetErrorBag(); $creator->create(Auth::user(), $this->state); return $this->redirectPath($creator); } /** * Get the current user of the application. * * @return mixed */ public function getUserProperty() { return Auth::user(); } /** * Render the component. * * @return \Illuminate\View\View */ public function render() { return view('teams.create-team-form'); } }