mirror of
				https://github.com/cp6/my-idlers.git
				synced 2025-11-04 08:09:09 +00:00 
			
		
		
		
	Updated all destroy() methods to directly delete the resource rather than fetch from database which turns out is not needed
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			142 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			142 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
namespace App\Http\Controllers;
 | 
						|
 | 
						|
use App\Models\Pricing;
 | 
						|
use Illuminate\Http\Request;
 | 
						|
 | 
						|
class PricingController extends Controller
 | 
						|
{
 | 
						|
 | 
						|
}
 |