mirror of
https://github.com/kevinveenbirkenbach/coding-challenge-online-shop.git
synced 2024-11-01 00:53:10 +01:00
Deleted button
This commit is contained in:
parent
f750ae65c7
commit
2ceaf0e515
@ -1,18 +0,0 @@
|
||||
<?php
|
||||
namespace router\link;
|
||||
|
||||
/**
|
||||
* A button containes out of a link and post parameters
|
||||
* @author kevinfrantz
|
||||
* @deprecated
|
||||
*
|
||||
*/
|
||||
class Button
|
||||
{
|
||||
private $link;
|
||||
|
||||
public function __construct(Link $link,array $post){
|
||||
$this->link;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user