stocks
This commit is contained in:
@@ -6,5 +6,24 @@ use Illuminate\Http\Request;
|
||||
|
||||
class StockController extends Controller
|
||||
{
|
||||
//
|
||||
public function __construct() {
|
||||
$this->middleware('auth');
|
||||
$this->middleware('role:User');
|
||||
}
|
||||
|
||||
public function displayStock() {
|
||||
|
||||
}
|
||||
|
||||
public function displayStation($stationId) {
|
||||
|
||||
}
|
||||
|
||||
public function displayStockForm() {
|
||||
|
||||
}
|
||||
|
||||
public function processStockForm(Request $request) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user