/** * Assign a set of tags to a given binding. * * @param array|string $abstracts * @param array|mixed $tags * @return void * @static */ public static function tag($abstracts, $tags) { //Method inherited from \Illuminate\Container\Container \October\Rain\Foundation\Application::tag($abstracts, $tags); }