mirror of
https://github.com/cp6/my-idlers.git
synced 2024-11-16 23:42:32 +01:00
12 lines
142 B
PHP
12 lines
142 B
PHP
|
<?php
|
||
|
|
||
|
namespace App\Http\Controllers;
|
||
|
|
||
|
use App\Models\Pricing;
|
||
|
use Illuminate\Http\Request;
|
||
|
|
||
|
class PricingController extends Controller
|
||
|
{
|
||
|
|
||
|
}
|