There was an error while loading. Please reload this page.
1 parent e34a8c6 commit 8364344Copy full SHA for 8364344
BitwiseFlagTrait.php
@@ -22,7 +22,7 @@ protected static function bootBitwiseFlagTrait()
22
* @param $flag
23
* @return bool
24
*/
25
- protected function isFlagSet($name, $flag)
+ protected function getFlag($name, $flag)
26
{
27
return (($this->$name & $flag) == $flag);
28
}
0 commit comments