M6 Nr3 4)-6)
This commit is contained in:
@@ -9,14 +9,9 @@ use Illuminate\Support\Facades\DB;
|
||||
use Illuminate\Support\Facades\Session;
|
||||
|
||||
|
||||
class Gerichte extends Model
|
||||
{
|
||||
class Gerichte extends Model {
|
||||
use HasFactory;
|
||||
|
||||
|
||||
|
||||
function db_gericht_select_karte()
|
||||
{
|
||||
function db_gericht_select_karte(){
|
||||
try {
|
||||
|
||||
$sql_gerichte = "SELECT * FROM gericht ORDER BY RAND() LIMIT 5";
|
||||
|
||||
Reference in New Issue
Block a user