Switch bio to be stored in database
This commit is contained in:
parent
f51a740858
commit
bdb69df52d
14 changed files with 219 additions and 38 deletions
11
app/Models/Bio.php
Normal file
11
app/Models/Bio.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Factories\HasFactory;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Bio extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue