inovector / mixpost

Mixpost - Self-hosted social media management software (Buffer alternative)
https://mixpost.app
MIT License
913 stars 146 forks source link

Qualifier can be replaced with an import #4

Closed mihaisolomon closed 1 year ago

mihaisolomon commented 1 year ago

Hey,

Question.

Why you are not using imports? The code will look cleaner. I saw it used in a lot of places like this. Any reasons why?

https://github.com/inovector/mixpost/blob/7ac6709f9bd133b1f078fdc93e330f4033590dbd/src/Http/Controllers/ScheduleController.php#L10

lao9s commented 1 year ago

Hi, No reason, I added this with IDE (PhpStorm) and I did;t saw a reason to import them. But, you are right, the code will like much cleaner, I'll import them Thanks

lao9s commented 1 year ago

Done