Refactor About page settings: replace management section with a video upload feature, update view to display static management information, and clean up related settings for improved content management and user experience.
This commit is contained in:
10
app/Models/TeamMember.php
Normal file
10
app/Models/TeamMember.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class TeamMember extends Model
|
||||
{
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user