added more comments
removed silly debug.
This commit is contained in:
@@ -10,6 +10,7 @@ namespace App;
|
||||
//allows the use of Model library
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
//Class of which should extend Model Library
|
||||
class Feedbacks extends Model
|
||||
{
|
||||
protected $fillable = [
|
||||
|
||||
Reference in New Issue
Block a user