Fix Laravel Pint formatting
This commit is contained in:
@@ -2,11 +2,10 @@
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use App\Models\BaseModel;
|
||||
|
||||
class CurrentIncident extends BaseModel
|
||||
{
|
||||
protected $table = 'current_incident';
|
||||
|
||||
public $timestamps = true;
|
||||
|
||||
protected $fillable = [
|
||||
|
||||
Reference in New Issue
Block a user