mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-21 20:36:36 +03:00
using env vars for id and secreat; removing dummy constructor
This commit is contained in:
@@ -18,9 +18,4 @@ class AccessToken extends BaseAccessToken
|
||||
*/
|
||||
protected $id;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
// your own logic
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user