File manager - Edit - /home/bookdonate/htdocs/bookdonate.in/app/Category.php
Back
<?php namespace App; use Illuminate\Database\Eloquent\Model; // Models the cateogories class Category extends Model { protected $hidden = [ 'created_at', 'updated_at' ]; // // Eloquent relationship with the book model, a category can have many books assigned to it public function books() { return $this->hasMany('App\Book'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.16 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings