Fix formatting and interfaces in nearly every file
This commit is contained in:
@@ -2,12 +2,14 @@
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use App\Interfaces\Model;
|
||||
|
||||
/**
|
||||
* Class PirepEvent
|
||||
*
|
||||
* @package App\Models
|
||||
*/
|
||||
class PirepComment extends BaseModel
|
||||
class PirepComment extends Model
|
||||
{
|
||||
public $table = 'pirep_comments';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user