Your ROOT_URL in app.ini is http://167.99.32.63:3000/ but you are visiting http://167.99.32.63/ibrahim/BAGETWEBPANEL/blame/branch/master/app/Models/Currency.php
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
<?php
|
|
|
|
|
|
|
|
namespace App\Models;
|
|
|
|
|
|
|
|
use Illuminate\Database\Eloquent\Model;
|
|
|
|
|
|
|
|
class Currency extends Model
|
|
|
|
{
|
|
|
|
protected $fillable = [
|
|
|
|
'country','currency_code', 'currency_symbol', 'exchange_rate'
|
|
|
|
];
|
|
|
|
}
|