Revize 10222730
Přidáno uživatelem Adam Mištera před téměř 5 roky(ů)
app/Artefact.php | ||
---|---|---|
7 | 7 |
class Artefact extends Model |
8 | 8 |
{ |
9 | 9 |
// Table Name |
10 |
protected $table = 'artafacts';//unnecessery?
|
|
10 |
protected $table = 'artefacts';//unnecessery?
|
|
11 | 11 |
// Primary Key |
12 | 12 |
public $primaryKey = 'id';//unnecessery? |
13 | 13 |
|
Také k dispozici: Unified diff
Issue #7696 2h
[+] Vytvoření detailu artefaktu
[+] Refraktoring, doplnění dokumentace