mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-28 10:24:45 +02:00
Switch route key over
This commit is contained in:
parent
0961d6314c
commit
946d597a13
@ -151,6 +151,11 @@ class Egg extends Model
|
||||
});
|
||||
}
|
||||
|
||||
public function getRouteKeyName(): string
|
||||
{
|
||||
return 'id';
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the install script for the egg; if egg is copying from another
|
||||
* it will return the copied script.
|
||||
|
Loading…
x
Reference in New Issue
Block a user