laravel-langman-gui icon indicating copy to clipboard operation
laravel-langman-gui copied to clipboard

Subclassing from Manager, please make it protected.

Open cirdog opened this issue 6 years ago • 1 comments

Hi,

I noticed the config('langmanGUI.route_group_config.namespace') actually allows us to switch to our own Controller extending from the base Controller, but some private methods & attributes are prohibiting me from doing so.

private $disk;
private function getTranslationsFromFiles()
private function backup()

Please kindly make these 'protected', thanks very much.

cirdog avatar Mar 22 '18 08:03 cirdog

@cirdog Can you make a PR? it makes it a lot easier for Themsaid

JapSeyz avatar Apr 03 '18 21:04 JapSeyz