removed all files that are in the .gitignore
This commit is contained in:
15
app/main/model/systemshipkillmodel.php
Normal file
15
app/main/model/systemshipkillmodel.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: exodus4d
|
||||
* Date: 14.03.15
|
||||
* Time: 21:04
|
||||
*/
|
||||
|
||||
namespace Model;
|
||||
|
||||
|
||||
class SystemShipKillModel extends BasicModel {
|
||||
|
||||
protected $table = 'system_kills_ships';
|
||||
}
|
||||
Reference in New Issue
Block a user