modified how items are found in the database and how this is processed.
This commit is contained in:
@@ -369,9 +369,9 @@ class MoonsAdminController extends Controller
|
||||
'Planet' => $request->planet,
|
||||
'Moon' => $request->moon,
|
||||
'Contact' => $contact,
|
||||
])->first();
|
||||
])->count();
|
||||
|
||||
if($found) {
|
||||
if($found != 0) {
|
||||
MoonRental::where([
|
||||
'System' => $request->system,
|
||||
'Planet' => $request->planet,
|
||||
|
||||
Reference in New Issue
Block a user